declare const config: { icon: string; label: string; type: string; description: string; image: string; groupsName: string; compType: number; compLib: string; platform: string; isContainer: boolean; components: never[]; deprecated: boolean; props: { name: string; itemKey: string; indexKey: string; pieceData: never[]; defaultValue: never[]; isChecked: boolean; isMultiple: boolean; columnNum: number; valueKey: string; span: number; vspace: number; hspace: number; isEditor: boolean; }; style: { minHeight: number; }; engineApi: string[]; todoProps: { value: { label: string; type: string; groupsName: string; props: {}; istodoBind: boolean; }; itemKey: { label: string; type: string; groupsName: string; props: { readOnly: boolean; }; istodoBind: boolean; }; indexKey: { label: string; type: string; groupsName: string; props: { readOnly: boolean; }; istodoBind: boolean; }; gridData: { label: string; type: string; groupsName: string; istodoBind: boolean; }; defaultValue: { label: string; type: string; groupsName: string; istodoBind: boolean; }; selectImg: { label: string; type: string; groupsName: string; istodoBind: boolean; }; normalImg: { label: string; type: string; groupsName: string; istodoBind: boolean; }; isChecked: { label: string; type: string; groupsName: string; istodoBind: boolean; }; isMultiple: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { description: string; }; }; valueKey: { label: string; type: string; groupsName: string; istodoBind: boolean; }; vspace: { label: string; type: string; groupsName: string; istodoBind: boolean; }; hspace: { label: string; type: string; groupsName: string; istodoBind: boolean; }; normalStyle: { label: string; type: string; groupsName: string; istodoBind: boolean; }; selectStyle: { label: string; type: string; groupsName: string; istodoBind: boolean; }; span: { label: string; type: string; groupsName: string; istodoBind: boolean; }; mediaLayout: { label: string; type: string; groupsName: string; istodoBind: boolean; }; fixedWidth: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { description: string; }; }; isEditor: { label: string; type: string; groupsName: string; istodoBind: boolean; }; formUnique: { label: string; type: string; groupsName: string; istodoBind: boolean; }; }; todoStyles: any; todoEvents: { label: string; value: string; params: { title: string; value: string; name: string; }[]; }[]; todoActionList: any[]; }; export default config;