export declare const FieldTypeOptions: {
    text: string;
    value: string;
}[];
