import { PropType } from '@opentiny/vue-common'; export declare const $constants: { INPUT_PC: string; INPUTGROUP_PC: string; INPUT_MOBILE: string; INPUTGROUP_MOBILE: string; Mode: string; inputMode(mode: any): string; inputGroupMode(mode: any): string; VALIDATE_ICON: { Validating: string; Success: string; Error: string; }; COMPONENT_NAME: { FormItem: string; }; MASKSYMBOL: string; TEXTAREA_HEIGHT_MOBILE: number; }; export declare const inputProps: { _constants: { type: ObjectConstructor; default: () => { INPUT_PC: string; INPUTGROUP_PC: string; INPUT_MOBILE: string; INPUTGROUP_MOBILE: string; Mode: string; inputMode(mode: any): string; inputGroupMode(mode: any): string; VALIDATE_ICON: { Validating: string; Success: string; Error: string; }; COMPONENT_NAME: { FormItem: string; }; MASKSYMBOL: string; TEXTAREA_HEIGHT_MOBILE: number; }; }; name: StringConstructor; size: StringConstructor; form: StringConstructor; label: StringConstructor; height: NumberConstructor; resize: StringConstructor; tabindex: { type: StringConstructor; default: string; }; disabled: BooleanConstructor; readonly: BooleanConstructor; hoverExpand: BooleanConstructor; mask: BooleanConstructor; suffixIcon: (ObjectConstructor | StringConstructor)[]; prefixIcon: (ObjectConstructor | StringConstructor)[]; modelValue: PropType; type: { type: StringConstructor; default: string; }; memorySpace: { type: NumberConstructor; default: number; }; vertical: { type: BooleanConstructor; default: boolean; }; selectMenu: { type: { (arrayLength: number): { id: string; label: string; }[]; (...items: { id: string; label: string; }[]): { id: string; label: string; }[]; new (arrayLength: number): { id: string; label: string; }[]; new (...items: { id: string; label: string; }[]): { id: string; label: string; }[]; isArray(arg: any): arg is any[]; readonly prototype: any[]; from(arrayLike: ArrayLike): T[]; from(arrayLike: ArrayLike, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[]; from(iterable: Iterable | ArrayLike): T_2[]; from(iterable: Iterable | ArrayLike, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[]; of(...items: T_4[]): T_4[]; readonly [Symbol.species]: ArrayConstructor; }; default: () => never[]; }; ellipsis: { type: BooleanConstructor; default: boolean; }; contentStyle: { type: ObjectConstructor; default: () => {}; }; isSelect: { type: BooleanConstructor; default: boolean; }; tips: StringConstructor; counter: { type: BooleanConstructor; default: boolean; }; autosize: { type: (ObjectConstructor | BooleanConstructor)[]; default: boolean; }; clearable: { type: BooleanConstructor; default: boolean; }; autocomplete: { type: StringConstructor; default: string; }; showPassword: { type: BooleanConstructor; default: boolean; }; showWordLimit: { type: BooleanConstructor; default: boolean; }; showTitle: { type: BooleanConstructor; default: boolean; }; validateEvent: { type: BooleanConstructor; default: boolean; }; popupMore: { type: BooleanConstructor; default: boolean; }; textareaTitle: { type: StringConstructor; default: string; }; displayOnly: { type: BooleanConstructor; default: boolean; }; displayOnlyContent: { type: StringConstructor; default: string; }; customClass: { type: StringConstructor; default: string; }; frontClearIcon: { type: BooleanConstructor; default: boolean; }; showEmptyValue: { type: BooleanConstructor; default: undefined; }; textAlign: { type: StringConstructor; default: string; }; width: { type: PropType; }; showTooltip: { type: BooleanConstructor; default: boolean; }; /** 输入框的边框模式,当值为underline时,只显示一条底部直线 */ inputBoxType: { type: StringConstructor; default: string; validator: (value: string) => boolean; }; tiny_mode: StringConstructor; tiny_mode_root: BooleanConstructor; tiny_template: (ObjectConstructor | FunctionConstructor)[]; tiny_renderless: FunctionConstructor; tiny_theme: StringConstructor; tiny_mcp_config: ObjectConstructor; tiny_chart_theme: ObjectConstructor; }; declare const _default: import('../../../node_modules/@vue/runtime-core').DefineComponent<{ _constants: { type: ObjectConstructor; default: () => { INPUT_PC: string; INPUTGROUP_PC: string; INPUT_MOBILE: string; INPUTGROUP_MOBILE: string; Mode: string; inputMode(mode: any): string; inputGroupMode(mode: any): string; VALIDATE_ICON: { Validating: string; Success: string; Error: string; }; COMPONENT_NAME: { FormItem: string; }; MASKSYMBOL: string; TEXTAREA_HEIGHT_MOBILE: number; }; }; name: StringConstructor; size: StringConstructor; form: StringConstructor; label: StringConstructor; height: NumberConstructor; resize: StringConstructor; tabindex: { type: StringConstructor; default: string; }; disabled: BooleanConstructor; readonly: BooleanConstructor; hoverExpand: BooleanConstructor; mask: BooleanConstructor; suffixIcon: (ObjectConstructor | StringConstructor)[]; prefixIcon: (ObjectConstructor | StringConstructor)[]; modelValue: PropType; type: { type: StringConstructor; default: string; }; memorySpace: { type: NumberConstructor; default: number; }; vertical: { type: BooleanConstructor; default: boolean; }; selectMenu: { type: { (arrayLength: number): { id: string; label: string; }[]; (...items: { id: string; label: string; }[]): { id: string; label: string; }[]; new (arrayLength: number): { id: string; label: string; }[]; new (...items: { id: string; label: string; }[]): { id: string; label: string; }[]; isArray(arg: any): arg is any[]; readonly prototype: any[]; from(arrayLike: ArrayLike): T[]; from(arrayLike: ArrayLike, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[]; from(iterable: Iterable | ArrayLike): T_2[]; from(iterable: Iterable | ArrayLike, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[]; of(...items: T_4[]): T_4[]; readonly [Symbol.species]: ArrayConstructor; }; default: () => never[]; }; ellipsis: { type: BooleanConstructor; default: boolean; }; contentStyle: { type: ObjectConstructor; default: () => {}; }; isSelect: { type: BooleanConstructor; default: boolean; }; tips: StringConstructor; counter: { type: BooleanConstructor; default: boolean; }; autosize: { type: (ObjectConstructor | BooleanConstructor)[]; default: boolean; }; clearable: { type: BooleanConstructor; default: boolean; }; autocomplete: { type: StringConstructor; default: string; }; showPassword: { type: BooleanConstructor; default: boolean; }; showWordLimit: { type: BooleanConstructor; default: boolean; }; showTitle: { type: BooleanConstructor; default: boolean; }; validateEvent: { type: BooleanConstructor; default: boolean; }; popupMore: { type: BooleanConstructor; default: boolean; }; textareaTitle: { type: StringConstructor; default: string; }; displayOnly: { type: BooleanConstructor; default: boolean; }; displayOnlyContent: { type: StringConstructor; default: string; }; customClass: { type: StringConstructor; default: string; }; frontClearIcon: { type: BooleanConstructor; default: boolean; }; showEmptyValue: { type: BooleanConstructor; default: undefined; }; textAlign: { type: StringConstructor; default: string; }; width: { type: PropType; }; showTooltip: { type: BooleanConstructor; default: boolean; }; /** 输入框的边框模式,当值为underline时,只显示一条底部直线 */ inputBoxType: { type: StringConstructor; default: string; validator: (value: string) => boolean; }; tiny_mode: StringConstructor; tiny_mode_root: BooleanConstructor; tiny_template: (ObjectConstructor | FunctionConstructor)[]; tiny_renderless: FunctionConstructor; tiny_theme: StringConstructor; tiny_mcp_config: ObjectConstructor; tiny_chart_theme: ObjectConstructor; }, () => import('../../../node_modules/@vue/runtime-core').VNode, unknown, {}, {}, import('../../../node_modules/vue3').ComponentOptionsMixin, import('../../../node_modules/vue3').ComponentOptionsMixin, {}, string, import('../../../node_modules/vue3').PublicProps, Readonly { INPUT_PC: string; INPUTGROUP_PC: string; INPUT_MOBILE: string; INPUTGROUP_MOBILE: string; Mode: string; inputMode(mode: any): string; inputGroupMode(mode: any): string; VALIDATE_ICON: { Validating: string; Success: string; Error: string; }; COMPONENT_NAME: { FormItem: string; }; MASKSYMBOL: string; TEXTAREA_HEIGHT_MOBILE: number; }; }; name: StringConstructor; size: StringConstructor; form: StringConstructor; label: StringConstructor; height: NumberConstructor; resize: StringConstructor; tabindex: { type: StringConstructor; default: string; }; disabled: BooleanConstructor; readonly: BooleanConstructor; hoverExpand: BooleanConstructor; mask: BooleanConstructor; suffixIcon: (ObjectConstructor | StringConstructor)[]; prefixIcon: (ObjectConstructor | StringConstructor)[]; modelValue: PropType; type: { type: StringConstructor; default: string; }; memorySpace: { type: NumberConstructor; default: number; }; vertical: { type: BooleanConstructor; default: boolean; }; selectMenu: { type: { (arrayLength: number): { id: string; label: string; }[]; (...items: { id: string; label: string; }[]): { id: string; label: string; }[]; new (arrayLength: number): { id: string; label: string; }[]; new (...items: { id: string; label: string; }[]): { id: string; label: string; }[]; isArray(arg: any): arg is any[]; readonly prototype: any[]; from(arrayLike: ArrayLike): T[]; from(arrayLike: ArrayLike, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[]; from(iterable: Iterable | ArrayLike): T_2[]; from(iterable: Iterable | ArrayLike, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[]; of(...items: T_4[]): T_4[]; readonly [Symbol.species]: ArrayConstructor; }; default: () => never[]; }; ellipsis: { type: BooleanConstructor; default: boolean; }; contentStyle: { type: ObjectConstructor; default: () => {}; }; isSelect: { type: BooleanConstructor; default: boolean; }; tips: StringConstructor; counter: { type: BooleanConstructor; default: boolean; }; autosize: { type: (ObjectConstructor | BooleanConstructor)[]; default: boolean; }; clearable: { type: BooleanConstructor; default: boolean; }; autocomplete: { type: StringConstructor; default: string; }; showPassword: { type: BooleanConstructor; default: boolean; }; showWordLimit: { type: BooleanConstructor; default: boolean; }; showTitle: { type: BooleanConstructor; default: boolean; }; validateEvent: { type: BooleanConstructor; default: boolean; }; popupMore: { type: BooleanConstructor; default: boolean; }; textareaTitle: { type: StringConstructor; default: string; }; displayOnly: { type: BooleanConstructor; default: boolean; }; displayOnlyContent: { type: StringConstructor; default: string; }; customClass: { type: StringConstructor; default: string; }; frontClearIcon: { type: BooleanConstructor; default: boolean; }; showEmptyValue: { type: BooleanConstructor; default: undefined; }; textAlign: { type: StringConstructor; default: string; }; width: { type: PropType; }; showTooltip: { type: BooleanConstructor; default: boolean; }; /** 输入框的边框模式,当值为underline时,只显示一条底部直线 */ inputBoxType: { type: StringConstructor; default: string; validator: (value: string) => boolean; }; tiny_mode: StringConstructor; tiny_mode_root: BooleanConstructor; tiny_template: (ObjectConstructor | FunctionConstructor)[]; tiny_renderless: FunctionConstructor; tiny_theme: StringConstructor; tiny_mcp_config: ObjectConstructor; tiny_chart_theme: ObjectConstructor; }>>, { type: string; ellipsis: boolean; disabled: boolean; mask: boolean; vertical: boolean; customClass: string; tiny_mode_root: boolean; _constants: Record; contentStyle: Record; showTitle: boolean; tabindex: string; displayOnly: boolean; clearable: boolean; validateEvent: boolean; autocomplete: string; readonly: boolean; hoverExpand: boolean; showEmptyValue: boolean; showTooltip: boolean; memorySpace: number; selectMenu: { id: string; label: string; }[]; isSelect: boolean; counter: boolean; autosize: boolean | Record; showPassword: boolean; showWordLimit: boolean; popupMore: boolean; textareaTitle: string; displayOnlyContent: string; frontClearIcon: boolean; textAlign: string; inputBoxType: string; }, {}>; export default _default;