declare const config: { icon: string; label: string; type: string; alias: string; groupsName: string; compType: number; isContainer: boolean; compLib: string; props: { name: string; selfSpan: string; labelCol: number; wrapperCol: number; height: number; imageType: string; }; todoProps: { name: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { maxLength: number; showCount: boolean; }; }; labelCol: { label: string; type: string; groupsName: string; props: { dependProps: { noShow: boolean; }; }; }; wrapperCol: { label: string; type: string; groupsName: string; props: { dependProps: { noShow: boolean; }; }; }; value: { label: string; type: string; groupsName: string; props: {}; }; selfSpan: { label: string; type: string; groupsName: string; props: { options: ({ title: string; value: number; } | { title: number; value: number; } | { title: string; value: string; })[]; }; istodoBind: boolean; }; height: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { min: number; max: number; }; }; disabled: { label: string; type: string; groupsName: string; props: {}; istodoBind: boolean; }; imageType: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { options: { title: string; value: string; }[]; }; }; 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[]; }; }; }; todoActionList: any[]; }; export default config;