import { TypeOption, FieldTypeConfig, ArrayTypeOption } from '../types';
export declare const FIELD_TYPES: TypeOption[];
export declare const ARRAY_ELEMENT_TYPES: ArrayTypeOption[];
export declare const FIELD_TYPE_CONFIGS: Record<string, FieldTypeConfig>;
export declare const FIELD_TYPE_SELECTOR_CONFIGS: Record<string, {
    backgroundClass: string;
    textClass: string;
}>;
