declare const config: { icon: string; label: string; type: string; description: string; image: string; groupsName: string; compType: number; compLib: string; platform: string; isContainer: boolean; props: { name: string; title: string; closable: boolean; basicStatus: number; }; fieldProps: { trigger: string; valuePropName: string; }; todoProps: { name: { label: string; type: string; groupsName: string; props: {}; }; title: { label: string; type: string; groupsName: string; istodoBind: boolean; props: {}; enableI18n: boolean; }; tagType: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { foldConfig: { packable: boolean; }; dependProps: { checkable: (boolean | undefined)[]; }; }; }; closable: { label: string; type: string; groupsName: string; props: { dependProps: { checkable: (boolean | undefined)[]; }; }; istodoBind: { description: { title: string; des: string[]; }[]; }; }; checkable: { label: string; type: string; groupsName: string; props: { description: string; }; istodoBind: boolean; }; checkedStatus: { label: string; type: string; groupsName: string; props: { dependProps: { checkable: boolean; }; }; istodoBind: boolean; }; 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: { minHeight: string; }; todoStyles: any; todoEvents: ({ label: string; value: string; params: { title: string; name: string; value: string; description: string; type: string; }[]; remarks?: undefined; } | { label: string; value: string; params: { title: string; name: string; value: string; description: string; type: string; }[]; remarks: { label: string; content: string; }[]; })[]; todoActionList: any[]; }; export default config;