declare const _sfc_main: import("vue").DefineComponent<{}, { __sfc: boolean; WizSnackbarController: import("vue").DefineComponent<{}, { __sfc: boolean; snackbarOptions: Readonly void; }[]>>; containerRef: import("vue").Ref; space2px: (key: "at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max") => number; md: number; calcBottom: (i: number) => number; snackbarControllerStyle: string; WizSnackbar: import("vue").DefineComponent<{ message: { type: StringConstructor; required: true; }; bottom: { type: StringConstructor; required: false; default: string; }; left: { type: StringConstructor; required: false; default: string; }; isStatic: { type: BooleanConstructor; required: false; default: boolean; }; expand: { type: BooleanConstructor; required: false; default: boolean; }; }, { __sfc: boolean; props: Readonly>>; emits: (event: "delete") => void; snackbarRef: import("vue").Ref; isHidden: import("vue").Ref; snackbarWidthType: import("vue").ComputedRef<"default" | "expand">; onDelete: () => void; 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: "モーダルを閉じる"; }; }; snackbarCloseButtonStyle: string; snackbarContainerStyle: string; snackbarFixedStyle: string; snackbarHiddenStyle: string; snackbarMessageStyle: string; snackbarStyle: string; snackbarWidthStyle: Record<"default" | "expand", string>; WizICircleCheck: import("vue").DefineComponent<{}, { __sfc: boolean; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly>, {}>; WizIClose: import("vue").DefineComponent<{}, { __sfc: boolean; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly>, {}>; WizIcon: import("vue").DefineComponent<{ icon: { type: import("vue").PropType; required: true; }; color: { type: import("vue").PropType; required: false; default: string; }; size: { type: import("vue").PropType<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6">; required: false; default: string; }; }, { __sfc: boolean; iconStyle: string; iconSizeStyle: Record<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6", string>; iconDefaultStyle: string; fillStyle: Record; 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, {}, string, Readonly; required: true; }; color: { type: import("vue").PropType; required: false; default: string; }; size: { type: import("vue").PropType<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6">; required: false; default: string; }; }>>, { color: import("@wizleap-inc/wiz-ui-constants").ColorKeys | "inherit"; size: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6"; }>; WizText: import("vue").DefineComponent<{ as: { type: import("vue").PropType<"p" | "span" | "label">; required: false; default: string; }; htmlFor: { type: StringConstructor; required: false; }; color: { type: import("vue").PropType; required: false; default: string; }; fontSize: { type: import("vue").PropType<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6">; required: false; default: string; }; lineHeight: { type: import("vue").PropType<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6">; required: false; }; bold: { type: BooleanConstructor; required: false; }; maxLines: { type: NumberConstructor; required: false; }; whiteSpace: { type: import("vue").PropType<"normal" | "nowrap" | "pre" | "preLine" | "preWrap" | "breakSpaces">; required: false; default: string; }; dummyValue: { type: StringConstructor; required: false; }; breakAll: { type: BooleanConstructor; required: false; }; textAlign: { type: import("vue").PropType<"left" | "right" | "center" | "end" | "start">; required: false; default: string; }; lineThrough: { type: BooleanConstructor; required: false; default: boolean; }; display: { type: import("vue").PropType<"inline" | "inline-block" | "inline-flex">; required: false; }; }, { __sfc: boolean; props: Readonly>>; overflowStyles: import("vue").ComputedRef<{ overflow?: undefined; display?: undefined; webkitBoxOrient?: undefined; WebkitLineClamp?: undefined; } | { overflow: string; display: string; webkitBoxOrient: string; WebkitLineClamp: number; }>; textStyle: string; textDummyStyle: string; textDefaultLineHeightStyle: string; textFontWeightStyle: Record<"bold" | "default", string>; textWordBreakStyle: string; textAlignStyle: Record<"left" | "right" | "center" | "end" | "start", string>; textLineThroughStyle: string; textDisplayStyle: Record<"inline" | "inline-block" | "inline-flex", string>; lineHeightStyle: Record<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6", string>; fontSizeStyle: Record<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6", string>; colorStyle: Record; whiteSpaceStyle: Record<"normal" | "nowrap" | "pre" | "preLine" | "preWrap" | "breakSpaces", string>; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly; required: false; default: string; }; htmlFor: { type: StringConstructor; required: false; }; color: { type: import("vue").PropType; required: false; default: string; }; fontSize: { type: import("vue").PropType<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6">; required: false; default: string; }; lineHeight: { type: import("vue").PropType<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6">; required: false; }; bold: { type: BooleanConstructor; required: false; }; maxLines: { type: NumberConstructor; required: false; }; whiteSpace: { type: import("vue").PropType<"normal" | "nowrap" | "pre" | "preLine" | "preWrap" | "breakSpaces">; required: false; default: string; }; dummyValue: { type: StringConstructor; required: false; }; breakAll: { type: BooleanConstructor; required: false; }; textAlign: { type: import("vue").PropType<"left" | "right" | "center" | "end" | "start">; required: false; default: string; }; lineThrough: { type: BooleanConstructor; required: false; default: boolean; }; display: { type: import("vue").PropType<"inline" | "inline-block" | "inline-flex">; required: false; }; }>>, { bold: boolean; color: import("@wizleap-inc/wiz-ui-constants").ColorKeys; fontSize: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6"; textAlign: "left" | "right" | "center" | "end" | "start"; whiteSpace: "normal" | "nowrap" | "pre" | "preLine" | "preWrap" | "breakSpaces"; as: "p" | "span" | "label"; breakAll: boolean; lineThrough: boolean; }>; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, "delete"[], string, Readonly>, { bottom: string; left: string; expand: boolean; isStatic: 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, {}, string, Readonly>, {}>; export default _sfc_main;