export declare const DEFAULT_BUSINESS_TYPES: Array<{
    label: string;
    imageUrl: string;
}>;
