export declare const F_CATEGORY: { category_code: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; target_country_code: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; upper_category_code: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; order_num: { id: string; label: string; is_required: boolean; placeholder: string; }; name_en: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; name_ko: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; description_en: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; description_ko: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; is_open_always: { id: string; label: string; is_required: boolean; placeholder: string; default_value: boolean; }; start_month: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; default_value: number; }; start_day: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; default_value: number; }; end_month: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; default_value: number; }; end_day: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; default_value: number; }; icon_url: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; img_url: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; created_at: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; created_by: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; updated_at: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; is_active: { id: string; label: string; is_required: boolean; default_value: boolean; }; deactivated_at: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; deactivated_by: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; is_display: { id: string; label: string; is_required: boolean; default_value: boolean; }; thumbnail_main_1: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; thumbnail_main_2: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; thumbnail_main_3: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; thumbnail_main_4: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; thumbnail_main_5: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; thumbnail_1: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; thumbnail_2: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; thumbnail_3: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; thumbnail_4: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; thumbnail_5: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; thumbnail_vertical_1: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; thumbnail_vertical_2: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; thumbnail_vertical_3: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; thumbnail_vertical_4: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; thumbnail_vertical_5: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; };