export declare const F_TAG: { id: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; tag: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; content_count: { 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; }; is_active: { id: string; label: string; is_required: boolean; default_value: boolean; }; };