import * as styles from "@wizleap-inc/wiz-ui-styles/bases/drawer.css"; import { PropType } from "vue"; declare const _sfc_main: import("vue").DefineComponent<{ isOpen: { type: BooleanConstructor; required: true; }; /** * オフセットを指定してdrawerの高さを調整します。 * @type {string} * @default 0px * @example THEME.share.HEADER_HEIGHT */ offsetTop: { type: StringConstructor; required: false; default: string; }; /** * 左右どちらからスライドインするか指定します。 * @type {"left" | "right"} * @default "left" */ place: { type: PropType<"left" | "right">; required: false; default: string; }; width: { type: StringConstructor; required: false; default: string; }; shadow: { type: BooleanConstructor; required: false; default: boolean; }; }, { __sfc: boolean; props: Readonly>>; containerRef: import("vue").Ref; isActuallyOpen: import("vue").Ref; styles: typeof styles; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly; required: false; default: string; }; width: { type: StringConstructor; required: false; default: string; }; shadow: { type: BooleanConstructor; required: false; default: boolean; }; }>>, { width: string; shadow: boolean; offsetTop: string; place: "left" | "right"; }>; export default _sfc_main;