declare const config: { icon: string; label: string; type: string; description: string; image: string; groupsName: string; compType: number; isContainer: boolean; platform: string; compLib: string; onlyChildren: string[]; props: { name: string; basicStatus: number; layoutOptions: { grid: number; colSpan: string; colSpace: string; rowSpace: string; }; }; engineApi: string[]; edEngineApi: string[]; todoProps: { name: { label: string; type: string; groupsName: string; props: {}; }; basicStatus: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { options: { title: string; value: number; }[]; defaultValue: number; }; }; layoutOptions: { label: string; type: string; groupsName: string; props: { labelCol: { span: number; }; wrapperCol: { span: number; }; }; }; }; style: { display: string; position: string; flexDirection: string; width: string; height: string; margin: string; }; todoStyles: any; todoEvents: never[]; todoActionList: never[]; }; export default config;