export declare type CustomFieldDataType = 'STRING' | 'NUMBER' | 'TOGGLE' | 'DROP_DOWN' | 'UNKNOWN';
