declare const config: { icon: string; label: string; type: string; groupsName: string; compType: number; compLib: string; isContainer: boolean; platform: string; props: { basicStatus: number; }; todoProps: { basicStatus: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { options: { title: string; value: number; }[]; defaultValue: number; style: { padding: string; fontSize: string; }; }; }; }; style: { width: string; height: string; backgroundColor: string; overflowY: string; }; todoStyles: { backgroundType: { groupsName: string; label: string; type: string; targetType: string; props: { options: { title: string; value: string; }[]; selectType: string; compType: string; }; }; width: { label: string; groupsName: string; type: string; }; height: { label: string; groupsName: string; type: string; }; overflowY: { label: string; type: string; groupsName: string; props: { defaultValue: string; options: { title: string; value: string; }[]; }; }; }; }; export default config;