export declare const COMPONENT_TYPES: {
    enums: string[];
    choices: {
        label: string;
        value: string;
    }[];
};
