declare const _default: { icon: string; platform: string; label: string; type: string; alias: string; groupsName: string; compType: number; compLib: string; isContainer: boolean; isAppChildForm: boolean; props: { attr: {}; placeholder: string; mode: string; allowClear: boolean; }; todoProps: { name: { label: string; type: string; groupsName: string; props: { required: boolean; }; }; value: { label: string; type: string; groupsName: string; istodoBind: boolean; props: {}; }; placeholder: { label: string; type: string; groupsName: string; }; basicStatus: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { options: { title: string; value: number; }[]; defaultValue: number; style: { padding: string; fontSize: string; }; }; }; required: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { defaultValue: boolean; }; }; min: { label: string; type: string; groupsName: string; props: { min: number; }; }; max: { label: string; type: string; groupsName: string; props: { min: number; }; }; staticData: { label: string; type: string; groupsName: string; props: { required: boolean; }; }; selfSpan: { label: string; type: string; groupsName: string; props: { defaultValue: number; options: ({ title: string; value: number; } | { title: number; value: number; } | { 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: string[]; }; export default _default;