import { PropType } from "vue"; declare const _sfc_main: import("vue").DefineComponent<{ gapLeft: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; gapRight: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; sticky: { type: BooleanConstructor; required: false; }; }, { __sfc: boolean; emits: (e: "onToggle") => void; toggleMenuOpen: () => void; currentZIndex: 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: "モーダルを閉じる"; }; }; headerStyle: string; headerStickyStyle: string; WizHStack: import("vue").DefineComponent<{ align: { type: PropType<"stretch" | "center" | "end" | "start">; required: false; }; justify: { type: PropType<"center" | "end" | "start" | "between" | "around" | "evenly">; required: false; }; wrap: { type: BooleanConstructor; required: false; }; gap: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; gx: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; gy: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; p: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pt: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pr: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pb: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pl: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; px: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; py: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; m: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mt: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mr: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mb: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; ml: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mx: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; my: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; width: { type: StringConstructor; required: false; }; height: { type: StringConstructor; required: false; }; overflow: { type: StringConstructor; required: false; }; reverse: { type: BooleanConstructor; required: false; }; position: { type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">; required: false; }; }, { __sfc: boolean; WizStack: import("vue").DefineComponent<{ direction: { type: PropType<"horizontal" | "vertical">; required: false; default: string; }; align: { type: PropType<"stretch" | "center" | "end" | "start">; required: false; default: string; }; justify: { type: PropType<"center" | "end" | "start" | "between" | "around" | "evenly">; required: false; default: string; }; wrap: { type: BooleanConstructor; required: false; default: boolean; }; gap: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; gx: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; gy: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; p: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pt: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pr: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pb: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pl: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; px: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; py: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; m: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mt: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mr: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mb: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; ml: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mx: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; my: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; width: { type: StringConstructor; required: false; default: string; }; height: { type: StringConstructor; required: false; default: string; }; overflow: { type: StringConstructor; required: false; default: string; }; reverse: { type: BooleanConstructor; required: false; }; position: { type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">; required: false; }; }, { __sfc: boolean; props: Readonly>>; computedDirection: import("vue").ComputedRef<"horizontal" | "vertical" | "horizontalReverse" | "verticalReverse">; stackStyle: string; stackDirectionStyle: Record<"horizontal" | "vertical" | "horizontalReverse" | "verticalReverse", string>; stackJustifyStyle: Record<"center" | "end" | "start" | "between" | "around" | "evenly", string>; stackAlignStyle: Record<"stretch" | "center" | "end" | "start", string>; stackWrapStyle: string; stackPositionStyle: Record<"fixed" | "absolute" | "relative" | "static" | "sticky", string>; gapStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; gapXStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; gapYStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; marginStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; marginXStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; marginYStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; marginTopStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; marginRightStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; marginBottomStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; marginLeftStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; paddingStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; paddingXStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; paddingYStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; paddingTopStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; paddingRightStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; paddingBottomStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; paddingLeftStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly; required: false; default: string; }; align: { type: PropType<"stretch" | "center" | "end" | "start">; required: false; default: string; }; justify: { type: PropType<"center" | "end" | "start" | "between" | "around" | "evenly">; required: false; default: string; }; wrap: { type: BooleanConstructor; required: false; default: boolean; }; gap: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; gx: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; gy: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; p: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pt: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pr: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pb: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pl: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; px: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; py: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; m: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mt: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mr: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mb: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; ml: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mx: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; my: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; width: { type: StringConstructor; required: false; default: string; }; height: { type: StringConstructor; required: false; default: string; }; overflow: { type: StringConstructor; required: false; default: string; }; reverse: { type: BooleanConstructor; required: false; }; position: { type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">; required: false; }; }>>, { reverse: boolean; width: string; direction: "horizontal" | "vertical"; height: string; overflow: string; wrap: boolean; justify: "center" | "end" | "start" | "between" | "around" | "evenly"; align: "stretch" | "center" | "end" | "start"; }>; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly; required: false; }; justify: { type: PropType<"center" | "end" | "start" | "between" | "around" | "evenly">; required: false; }; wrap: { type: BooleanConstructor; required: false; }; gap: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; gx: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; gy: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; p: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pt: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pr: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pb: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pl: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; px: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; py: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; m: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mt: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mr: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mb: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; ml: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mx: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; my: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; width: { type: StringConstructor; required: false; }; height: { type: StringConstructor; required: false; }; overflow: { type: StringConstructor; required: false; }; reverse: { type: BooleanConstructor; required: false; }; position: { type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">; required: false; }; }>>, { reverse: boolean; wrap: boolean; }>; WizIconButton: import("vue").DefineComponent<{ icon: { type: PropType; required: true; }; ariaLabel: { type: StringConstructor; required: true; }; variant: { type: PropType<"transparent" | "link" | "sub" | "primary">; required: false; default: string; }; disabled: { type: BooleanConstructor; required: false; default: boolean; }; size: { type: PropType<"sm" | "md" | "lg" | "xl">; required: false; default: string; }; type: { type: PropType<"button" | "reset" | "submit">; required: false; }; }, { __sfc: boolean; props: Readonly>>; emits: (event: "click") => void; onClick: () => true | void; getRelativeFontSize: (key: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6", diffIndex: number) => "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6"; iconButtonDisabledStyle: string; iconButtonSVGStyle: Record<"transparent" | "link" | "sub" | "primary", string>; iconButtonStyle: Record<"transparent" | "link" | "sub" | "primary", string>; fontSizeStyle: Record<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6", string>; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, "click"[], string, Readonly; required: true; }; ariaLabel: { type: StringConstructor; required: true; }; variant: { type: PropType<"transparent" | "link" | "sub" | "primary">; required: false; default: string; }; disabled: { type: BooleanConstructor; required: false; default: boolean; }; size: { type: PropType<"sm" | "md" | "lg" | "xl">; required: false; default: string; }; type: { type: PropType<"button" | "reset" | "submit">; required: false; }; }>>, { size: "sm" | "md" | "lg" | "xl"; disabled: boolean; variant: "transparent" | "link" | "sub" | "primary"; }>; WizIMenu: import("vue").DefineComponent<{}, { __sfc: boolean; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly>, {}>; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, "onToggle"[], string, Readonly; required: false; }; gapRight: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; sticky: { type: BooleanConstructor; required: false; }; }>>, { sticky: boolean; }>; export default _sfc_main;