declare const config: { icon: string; label: string; type: string; description: string; image: string; groupsName: string; compType: number; compLib: string; isContainer: boolean; platform: string; deprecated: boolean; props: { title: string; basicStatus: number; ganttShowTitle: boolean; ganttShowLegend: boolean; ganttShowDeadline: boolean; ganttShowEditBtn: boolean; ganttShowDetailBtn: boolean; rotate: number; ganttItemMargin: number; }; todoProps: { columns: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { fileUpload: string[]; serviceTabs: string[]; }; }; title: { label: string; type: string; groupsName: string; istodoBind: boolean; props: {}; }; basicStatus: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { options: { title: string; value: number; }[]; defaultValue: number; }; }; ganttShowTitle: { label: string; type: string; groupsName: string; istodoBind: { description: { title: string; des: string[]; }[]; }; props: { defaultValue: boolean; }; }; ganttShowLegend: { label: string; type: string; groupsName: string; istodoBind: { description: { title: string; des: string[]; }[]; }; props: { defaultValue: boolean; }; }; ganttShowDeadline: { label: string; type: string; groupsName: string; istodoBind: { description: { title: string; des: string[]; }[]; }; props: { defaultValue: boolean; }; }; ganttHideYears: { label: string; type: string; groupsName: string; istodoBind: { description: { title: string; des: string[]; }[]; }; props: {}; }; ganttShowEditBtn: { label: string; type: string; groupsName: string; istodoBind: { description: { title: string; des: string[]; }[]; }; props: { defaultValue: boolean; }; }; ganttShowDetailBtn: { label: string; type: string; groupsName: string; istodoBind: { description: { title: string; des: string[]; }[]; }; props: { defaultValue: boolean; }; }; rotate: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { max: number; min: number; defaultValue: number; }; }; ganttItemMargin: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { min: number; defaultValue: number; }; }; }; style: {}; setEvents: never[]; todoStyles: any; todoEvents: { label: string; value: string; params: { title: string; name: string; value: string; }[]; }[]; todoActionList: any[]; }; export default config;