import { PropType } from "vue"; import { TIcon } from '../../../../components/icons'; declare const _sfc_main: import("vue").DefineComponent<{ id: { type: StringConstructor; required: false; }; value: { type: StringConstructor; required: true; }; placeholder: { type: StringConstructor; required: false; }; disabled: { type: BooleanConstructor; required: false; default: boolean; }; width: { type: StringConstructor; required: false; }; expand: { type: BooleanConstructor; required: false; }; icon: { type: PropType; required: false; }; autocomplete: { type: PropType<"name" | "off" | "on" | "honorificPrefix" | "givenName" | "additionalName" | "familyName" | "honorificSuffix" | "nickname" | "email" | "username" | "newPassword" | "currentPassword" | "oneTimeCode" | "organizationTitle" | "organization" | "streetAddress" | "addressLine1" | "addressLine2" | "addressLine3" | "addressLevel4" | "addressLevel3" | "addressLevel2" | "addressLevel1" | "country" | "countryName" | "postalCode" | "ccName" | "ccGivenName" | "ccAdditionalName" | "ccFamilyName" | "ccNumber" | "ccExp" | "ccExpMonth" | "ccExpYear" | "ccCsc" | "ccType" | "transactionAmount" | "language" | "bday" | "bdayDay" | "bdayMonth" | "bdayYear" | "sex" | "tel" | "telCountryCode" | "telNational" | "telAreaCode" | "telLocal" | "telExtension" | "impp" | "url" | "photo">; required: false; default: string; }; }, { __sfc: boolean; props: Readonly>>; emit: (e: "input", value: string) => void; textValue: import("vue").WritableComputedRef; form: { isError: Readonly>; setIsError: (value: boolean) => void; } | undefined; isError: import("vue").ComputedRef; computedExpand: import("vue").ComputedRef<"default" | "expand">; textInputStyle: string; textInputExpandStyle: Record<"default" | "expand", string>; textInputIconStyle: string; PrivateBaseInput: import("vue").DefineComponent<{ id: { type: StringConstructor; required: false; }; value: { type: StringConstructor; required: true; }; placeholder: { type: StringConstructor; required: false; }; disabled: { type: BooleanConstructor; required: false; }; expand: { type: BooleanConstructor; required: false; }; type: { type: PropType<"text" | "password">; required: false; }; width: { type: StringConstructor; required: false; default: string; }; error: { type: BooleanConstructor; required: false; }; spaceType: { type: PropType<"left" | "right" | "none" | "both">; required: false; default: string; }; autocomplete: { type: PropType<"name" | "off" | "on" | "honorificPrefix" | "givenName" | "additionalName" | "familyName" | "honorificSuffix" | "nickname" | "email" | "username" | "newPassword" | "currentPassword" | "oneTimeCode" | "organizationTitle" | "organization" | "streetAddress" | "addressLine1" | "addressLine2" | "addressLine3" | "addressLevel4" | "addressLevel3" | "addressLevel2" | "addressLevel1" | "country" | "countryName" | "postalCode" | "ccName" | "ccGivenName" | "ccAdditionalName" | "ccFamilyName" | "ccNumber" | "ccExp" | "ccExpMonth" | "ccExpYear" | "ccCsc" | "ccType" | "transactionAmount" | "language" | "bday" | "bdayDay" | "bdayMonth" | "bdayYear" | "sex" | "tel" | "telCountryCode" | "telNational" | "telAreaCode" | "telLocal" | "telExtension" | "impp" | "url" | "photo">; required: false; default: string; }; }, { __sfc: boolean; props: Readonly>>; emit: (e: "input", value: string) => void; textValue: import("vue").WritableComputedRef; hasFocus: import("vue").Ref; computedWidth: import("vue").ComputedRef; state: import("vue").ComputedRef<"default" | "active" | "error">; baseInputStyle: string; baseInputDisabledStyle: string; baseInputPaddingStyle: Record<"left" | "right" | "none" | "both", string>; inputBorderStyle: Record<"default" | "active" | "error", string>; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, "input"[], string, Readonly; required: false; }; width: { type: StringConstructor; required: false; default: string; }; error: { type: BooleanConstructor; required: false; }; spaceType: { type: PropType<"left" | "right" | "none" | "both">; required: false; default: string; }; autocomplete: { type: PropType<"name" | "off" | "on" | "honorificPrefix" | "givenName" | "additionalName" | "familyName" | "honorificSuffix" | "nickname" | "email" | "username" | "newPassword" | "currentPassword" | "oneTimeCode" | "organizationTitle" | "organization" | "streetAddress" | "addressLine1" | "addressLine2" | "addressLine3" | "addressLevel4" | "addressLevel3" | "addressLevel2" | "addressLevel1" | "country" | "countryName" | "postalCode" | "ccName" | "ccGivenName" | "ccAdditionalName" | "ccFamilyName" | "ccNumber" | "ccExp" | "ccExpMonth" | "ccExpYear" | "ccCsc" | "ccType" | "transactionAmount" | "language" | "bday" | "bdayDay" | "bdayMonth" | "bdayYear" | "sex" | "tel" | "telCountryCode" | "telNational" | "telAreaCode" | "telLocal" | "telExtension" | "impp" | "url" | "photo">; required: false; default: string; }; }>>, { width: string; disabled: boolean; expand: boolean; autocomplete: "name" | "off" | "on" | "honorificPrefix" | "givenName" | "additionalName" | "familyName" | "honorificSuffix" | "nickname" | "email" | "username" | "newPassword" | "currentPassword" | "oneTimeCode" | "organizationTitle" | "organization" | "streetAddress" | "addressLine1" | "addressLine2" | "addressLine3" | "addressLevel4" | "addressLevel3" | "addressLevel2" | "addressLevel1" | "country" | "countryName" | "postalCode" | "ccName" | "ccGivenName" | "ccAdditionalName" | "ccFamilyName" | "ccNumber" | "ccExp" | "ccExpMonth" | "ccExpYear" | "ccCsc" | "ccType" | "transactionAmount" | "language" | "bday" | "bdayDay" | "bdayMonth" | "bdayYear" | "sex" | "tel" | "telCountryCode" | "telNational" | "telAreaCode" | "telLocal" | "telExtension" | "impp" | "url" | "photo"; error: boolean; spaceType: "left" | "right" | "none" | "both"; }>; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, "input"[], string, Readonly; required: false; }; autocomplete: { type: PropType<"name" | "off" | "on" | "honorificPrefix" | "givenName" | "additionalName" | "familyName" | "honorificSuffix" | "nickname" | "email" | "username" | "newPassword" | "currentPassword" | "oneTimeCode" | "organizationTitle" | "organization" | "streetAddress" | "addressLine1" | "addressLine2" | "addressLine3" | "addressLevel4" | "addressLevel3" | "addressLevel2" | "addressLevel1" | "country" | "countryName" | "postalCode" | "ccName" | "ccGivenName" | "ccAdditionalName" | "ccFamilyName" | "ccNumber" | "ccExp" | "ccExpMonth" | "ccExpYear" | "ccCsc" | "ccType" | "transactionAmount" | "language" | "bday" | "bdayDay" | "bdayMonth" | "bdayYear" | "sex" | "tel" | "telCountryCode" | "telNational" | "telAreaCode" | "telLocal" | "telExtension" | "impp" | "url" | "photo">; required: false; default: string; }; }>>, { disabled: boolean; expand: boolean; autocomplete: "name" | "off" | "on" | "honorificPrefix" | "givenName" | "additionalName" | "familyName" | "honorificSuffix" | "nickname" | "email" | "username" | "newPassword" | "currentPassword" | "oneTimeCode" | "organizationTitle" | "organization" | "streetAddress" | "addressLine1" | "addressLine2" | "addressLine3" | "addressLevel4" | "addressLevel3" | "addressLevel2" | "addressLevel1" | "country" | "countryName" | "postalCode" | "ccName" | "ccGivenName" | "ccAdditionalName" | "ccFamilyName" | "ccNumber" | "ccExp" | "ccExpMonth" | "ccExpYear" | "ccCsc" | "ccType" | "transactionAmount" | "language" | "bday" | "bdayDay" | "bdayMonth" | "bdayYear" | "sex" | "tel" | "telCountryCode" | "telNational" | "telAreaCode" | "telLocal" | "telExtension" | "impp" | "url" | "photo"; }>; export default _sfc_main;