import { PropType } from 'vue'; declare const _default: import('vue').DefineComponent; required: false; default: string; }; /** * A placeholder text being displayed if no value is set. */ placeholder: { type: StringConstructor; required: false; default: string; }; /** * A label for your text field. Usually used to guide the user what value this field controls. */ label: { type: StringConstructor; required: false; default: null; }; /** * A text that helps the user to understand what this field does. */ helpText: { type: StringConstructor; required: false; default: null; }; /** * The size of the text field. * * @values small, default */ size: { type: StringConstructor; required: false; default: string; validator(value: string): boolean; }; /** * Toggles the copy function of the text field. */ copyable: { type: BooleanConstructor; required: false; default: boolean; }; /** * If set to true the tooltip will change on successful copy. */ copyableTooltip: { type: BooleanConstructor; required: false; default: boolean; }; /** * An error in your business logic related to this field. * * @example {"code": 500, "detail": "Error while saving"} */ error: { type: ObjectConstructor; required: false; default: null; }; /** * Determines if the field is disabled. */ disabled: { type: BooleanConstructor; required: false; default: boolean; }; /** * Determines if the field is required. */ required: { type: BooleanConstructor; required: false; default: boolean; }; /** * Toggles the inheritance visualization. */ isInherited: { type: BooleanConstructor; required: false; default: boolean; }; /** * Determines if the field is inheritable. */ isInheritanceField: { type: BooleanConstructor; required: false; default: boolean; }; /** * Determines the active state of the inheritance toggle. */ disableInheritanceToggle: { type: BooleanConstructor; required: false; default: boolean; }; /** * If set to a value a character counter will be displayed. */ maxLength: { type: NumberConstructor; required: false; default: undefined; }; /** * @ignore */ idSuffix: { type: StringConstructor; required: false; default: string; }; /** * @ignore */ name: { type: StringConstructor; required: false; default: null; }; }>, {}, { currentValue: string | number; hasFocus: boolean; }, { hasError(): boolean; hasDisabledInput(): boolean; }, { onChange(event: Event): void; onInput(event: Event): void; handleFocus(event: Event): void; restoreInheritance(): void; createInputId(identification: string): string; setFocusClass(): void; removeFocusClass(): void; }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; required: false; default: string; }; /** * A placeholder text being displayed if no value is set. */ placeholder: { type: StringConstructor; required: false; default: string; }; /** * A label for your text field. Usually used to guide the user what value this field controls. */ label: { type: StringConstructor; required: false; default: null; }; /** * A text that helps the user to understand what this field does. */ helpText: { type: StringConstructor; required: false; default: null; }; /** * The size of the text field. * * @values small, default */ size: { type: StringConstructor; required: false; default: string; validator(value: string): boolean; }; /** * Toggles the copy function of the text field. */ copyable: { type: BooleanConstructor; required: false; default: boolean; }; /** * If set to true the tooltip will change on successful copy. */ copyableTooltip: { type: BooleanConstructor; required: false; default: boolean; }; /** * An error in your business logic related to this field. * * @example {"code": 500, "detail": "Error while saving"} */ error: { type: ObjectConstructor; required: false; default: null; }; /** * Determines if the field is disabled. */ disabled: { type: BooleanConstructor; required: false; default: boolean; }; /** * Determines if the field is required. */ required: { type: BooleanConstructor; required: false; default: boolean; }; /** * Toggles the inheritance visualization. */ isInherited: { type: BooleanConstructor; required: false; default: boolean; }; /** * Determines if the field is inheritable. */ isInheritanceField: { type: BooleanConstructor; required: false; default: boolean; }; /** * Determines the active state of the inheritance toggle. */ disableInheritanceToggle: { type: BooleanConstructor; required: false; default: boolean; }; /** * If set to a value a character counter will be displayed. */ maxLength: { type: NumberConstructor; required: false; default: undefined; }; /** * @ignore */ idSuffix: { type: StringConstructor; required: false; default: string; }; /** * @ignore */ name: { type: StringConstructor; required: false; default: null; }; }>> & Readonly<{}>, { name: string; size: string; required: boolean; label: string; modelValue: string | number; placeholder: string; disabled: boolean; error: Record; isInherited: boolean; isInheritanceField: boolean; disableInheritanceToggle: boolean; copyable: boolean; copyableTooltip: boolean; helpText: string; maxLength: number; idSuffix: string; }, {}, { "mt-field-error": import('vue').DefineComponent<{ error?: Record | null; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{ error?: Record | null; }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; "mt-base-field": import('vue').DefineComponent, { hasSlotContent: (slot: import('vue').Slot | undefined | null, props?: any) => boolean; future: { removeCardWidth: boolean; removeDefaultMargin: boolean; }; }, { id: string | undefined; }, { identification(): string; showLabel(): boolean; mtFieldLabelClasses(): { "is--required": boolean; }; mtBlockSize(): string; hasError(): boolean; }, {}, import('vue').DefineComponent, {}, {}, { isValid(): boolean; }, { validate(value: unknown): boolean; validateRule(value: unknown, rule: string): boolean; }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly> & Readonly<{}>, { validation: string | boolean | Record | unknown[]; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent, {}, {}, { formFieldName(): string | undefined; }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly> & Readonly<{}>, { name: string; mapInheritance: Record; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly> & Readonly<{}>, { name: string; size: string; required: boolean; disabled: boolean; isInherited: boolean; copyableText: string; isInheritanceField: boolean; disableInheritanceToggle: boolean; copyable: boolean; copyableTooltip: boolean; helpText: string; }, {}, { "mt-inheritance-switch": import('vue').DefineComponent, { t: import('vue-i18n').ComposerTranslation<{ en: { tooltipRemoveInheritance: string; tooltipRestoreInheritance: string; }; zh: { tooltipRemoveInheritance: string; tooltipRestoreInheritance: string; }; }, "en" | "zh", import('@intlify/core-base').RemoveIndexSignature<{ [x: string]: import('vue-i18n').LocaleMessageValue; }>, never, "tooltipRemoveInheritance" | "tooltipRestoreInheritance", "tooltipRemoveInheritance" | "tooltipRestoreInheritance">; onClickRemoveInheritance: () => void; onClickRestoreInheritance: () => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly> & Readonly<{}>, { disabled: boolean; }, {}, { "mt-icon": import('vue').DefineComponent<{ name: string; color?: string; decorative?: boolean; size?: string; mode?: "solid" | "regular"; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{ name: string; color?: string; decorative?: boolean; size?: string; mode?: "solid" | "regular"; }> & Readonly<{}>, { decorative: boolean; size: string; mode: "solid" | "regular"; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; }, { tooltip: import('vue').ObjectDirective; }, string, import('vue').ComponentProvideOptions, true, {}, any>; "mt-help-text": import('vue').DefineComponent<{ text: string; width?: number; showDelay?: number; hideDelay?: number; placement?: import('@floating-ui/utils').Placement; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{ text: string; width?: number; showDelay?: number; hideDelay?: number; placement?: import('@floating-ui/utils').Placement; }> & Readonly<{}>, { showDelay: number; hideDelay: number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; "mt-field-copyable": import('vue').DefineComponent, { copyToClipboard: () => void; tooltipText: import('vue').ComputedRef; wasCopied: import('vue').Ref; }, {}, {}, {}, import('vue').DefineComponent<{}, {}, {}, {}, { createNotification(): void; createNotificationSuccess(config: any): void; createNotificationInfo(config: any): void; createNotificationWarning(config: any): void; createNotificationError(config: any): void; createSystemNotificationSuccess(config: any): void; createSystemNotificationInfo(config: any): void; createSystemNotificationWarning(config: any): void; createSystemNotificationError(config: any): void; createSystemNotification(config: any): void; }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly> & Readonly<{}>, { tooltip: boolean; copyableText: string; }, {}, { "mt-icon": import('vue').DefineComponent<{ name: string; color?: string; decorative?: boolean; size?: string; mode?: "solid" | "regular"; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{ name: string; color?: string; decorative?: boolean; size?: string; mode?: "solid" | "regular"; }> & Readonly<{}>, { decorative: boolean; size: string; mode: "solid" | "regular"; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; }, { tooltip: import('vue').ObjectDirective; }, string, import('vue').ComponentProvideOptions, true, {}, any>; }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;