export declare const ConType: (type: string) => any; export declare const SearchFormComponents: { valueType: string; label: string; }[]; export declare const ComTypeClass: { name: string; components: { valueType: string; label: string; }[]; }[];