export declare const F_TEMP_CONTENT_DATA: { id: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; content_name: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; city_name: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; source_type: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; source_id: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; content_code: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; admin_message: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; is_processed: { id: string; label: string; is_required: boolean; placeholder: string; default_value: boolean; }; processed_at: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; created_at: { id: string; label: string; is_required: boolean; }; updated_at: { id: string; label: string; is_required: boolean; }; };