declare const config: { icon: string; label: string; type: string; alias: string; groupsName: string; compType: number; isContainer: boolean; compLib: string; props: { name: string; count: number; value: number; tooltips: never[]; allowClear: boolean; visible: boolean; }; todoProps: { name: { label: string; type: string; groupsName: string; istodoBind: boolean; props: {}; }; count: { label: string; type: string; groupsName: string; props: {}; }; value: { label: string; type: string; groupsName: string; props: {}; }; allowHalf: { label: string; type: string; groupsName: string; props: {}; }; disabled: { label: string; type: string; groupsName: string; props: {}; }; titleTip: { label: string; type: string; groupsName: string; props: { options: { title: string; value: string; }[]; defaultValue: string; }; }; tipIcon: { label: string; type: string; groupsName: string; props: { visibleFlag: string; visibleFlagValue: string[]; tabs: string[]; }; }; tipLocation: { label: string; type: string; groupsName: string; props: { options: { title: string; value: string; }[]; defaultValue: string; visibleFlag: string; visibleFlagValue: string[]; }; }; tipContent: { label: string; type: string; groupsName: string; props: { visibleFlag: string; visibleFlagValue: string[]; }; }; selfSpan: { label: string; type: string; groupsName: string; props: { defaultValue: number; options: ({ title: string; value: number; } | { title: number; value: number; } | { title: string; value: string; })[]; }; }; }; todoActionList: string[]; }; export default config;