declare const config: { icon: string; label: string; type: string; description: string; image: string; groupsName: string; compType: number; isContainer: boolean; compLib: string; platform: string; props: { basicStatus: number; status: string; title: string; subTitle: string; }; engineApi: string[]; edEngineApi: string[]; todoProps: { title: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { required: boolean; }; enableI18n: boolean; }; subTitle: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { required: boolean; }; enableI18n: boolean; }; status: { label: string; type: string; groupsName: string; props: { defaultValue: string; inhibitBtn: boolean; istodoBind: boolean; options: { title: string; value: string; }[]; }; }; basicStatus: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { options: { title: string; value: number; }[]; defaultValue: number; }; }; extendProps: { label: string; type: string; groupsName: string; props: {}; }; }; style: {}; todoStyles: any; todoEvents: never[]; todoActionList: never[]; }; export default config;