import { PropType } from "vue"; 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; }; expand: { type: BooleanConstructor; required: false; }; width: { type: StringConstructor; required: false; }; autocomplete: { type: PropType<"newPassword" | "currentPassword">; required: false; default: string; }; }, { __sfc: boolean; props: Readonly>>; emit: (e: "input", value: string) => void; isPasswordVisible: import("vue").Ref; passwordValue: import("vue").WritableComputedRef; computedExpand: import("vue").ComputedRef<"default" | "expand">; form: { isError: Readonly>; setIsError: (value: boolean) => void; } | undefined; isError: import("vue").ComputedRef; ARIA_LABELS: { readonly PASSWORD_VISIBLE_TOGGLE: "パスワードの表示切り替え"; readonly YEAR_SELECTOR_PREV: "前の年へ"; readonly YEAR_SELECTOR_NEXT: "次の年へ"; readonly MONTH_SELECTOR_PREV: "前の月へ"; readonly MONTH_SELECTOR_NEXT: "次の月へ"; readonly TIME_PICKER_CANCEL: "時間の選択を解除"; readonly DATE_PICKER_INPUT: "日付を選択"; readonly DATE_PICKER_CANCEL: "日付の選択を解除"; readonly RANGE_DATE_PICKER_INPUT: "日付の範囲を選択"; readonly RANGE_DATE_PICKER_SELECT_BOX_INPUT: "日付の種類を選択"; readonly DIALOG: { readonly CLOSE: "ダイアログを閉じる"; }; readonly MENU: "メニュー"; readonly SEARCH_SELECTOR: { readonly UNSELECT: "選択を解除する"; readonly EXPAND: "開閉する"; }; readonly SNACKBAR: { readonly CLOSE: "通知を閉じる"; }; readonly CHAT_CARD: { readonly EXPAND: "チャット画面を開閉する"; }; readonly CHAT_FORM: { readonly SEND: "送信する"; }; readonly RANGE_DATE_PICKER_CANCEL: "日付の範囲の選択を解除"; readonly PAGINATION: "ページネーション"; readonly PAGINATION_PREV: "前のページへ"; readonly PAGINATION_NEXT: "次のページへ"; readonly INFORMATION_PANEL: { readonly CLOSE: "パネルを閉じる"; }; readonly FULL_MODAL_VIEW: { readonly CLOSE: "モーダルを閉じる"; }; }; passwordStyle: string; passwordExpandStyle: Record<"default" | "expand", string>; passwordVisibleIconStyle: string; passwordVisibleIconActiveStyle: string; WizIEye: import("vue").DefineComponent<{}, { __sfc: boolean; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly>, {}>; 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; default: string; }; }>>, { disabled: boolean; expand: boolean; autocomplete: "newPassword" | "currentPassword"; }>; export default _sfc_main;