export declare const F_MAP_STREET: { street_code: { 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; }; confidence_score: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; extracted_at: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; extraction_method: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; is_verified: { id: string; label: string; is_required: boolean; placeholder: string; default_value: boolean; }; verified_at: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; verified_by: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; is_selected: { id: string; label: string; is_required: boolean; placeholder: string; default_value: boolean; }; order_num: { id: string; label: string; is_required: boolean; default_value: number; }; added_at: { id: string; label: string; is_required: boolean; }; updated_at: { id: string; label: string; is_required: boolean; }; };