declare const _default: { icon: string; label: string; type: string; alias: string; groupsName: string; compType: number; compLib: string; isContainer: boolean; isAppChildForm: boolean; props: { placeholder: string; allowClear: boolean; isInSubForm: boolean; }; todoProps: { isInSubForm: { label: string; type: string; props: { dependProps: { noShow: boolean; }; }; }; labelCol: { label: string; type: string; groupsName: string; props: { dependProps: { noShow: boolean; }; }; }; wrapperCol: { label: string; type: string; groupsName: string; props: { dependProps: { noShow: boolean; }; }; }; name: { label: string; type: string; groupsName: string; props: { required: boolean; maxLength: number; showCount: boolean; }; }; value: { label: string; type: string; groupsName: string; istodoBind: boolean; }; placeholder: { label: string; type: string; groupsName: string; props: { maxLength: number; showCount: boolean; }; }; basicStatus: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { options: { title: string; value: number; }[]; defaultValue: number; style: { padding: string; fontSize: string; }; }; }; maxLength: { label: string; type: string; groupsName: string; props: { min: number; }; }; required: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { defaultValue: boolean; }; }; regexp: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { dependProps: { isInSubForm: boolean; }; }; }; selfSpan: { label: string; type: string; groupsName: string; props: { dependProps: { isInSubForm: boolean; }; 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; dependProps: { isInSubForm: boolean; }; }; }; tipIcon: { label: string; type: string; groupsName: string; props: { visibleFlag: string; visibleFlagValue: string[]; tabs: string[]; dependProps: { isInSubForm: boolean; }; }; }; tipLocation: { label: string; type: string; groupsName: string; props: { options: { title: string; value: string; }[]; defaultValue: string; visibleFlag: string; visibleFlagValue: string[]; dependProps: { isInSubForm: boolean; }; }; }; tipContent: { label: string; type: string; groupsName: string; props: { visibleFlag: string; visibleFlagValue: string[]; dependProps: { isInSubForm: boolean; }; }; }; }; todoActionList: any[]; }; export default _default;