import { DrawerPlacement } from '../../types'; type __VLS_Props = { resizable?: boolean; placement?: DrawerPlacement; to?: string; disableTeleport?: boolean; }; type __VLS_PublicProps = __VLS_Props & { 'open': boolean; }; declare var __VLS_23: { value: import("vue").Ref; isOpen: import("vue").Ref; open: () => void; close: () => void; toggle: () => void; }, __VLS_25: { value: import("vue").Ref; isOpen: import("vue").Ref; open: () => void; close: () => void; toggle: () => void; }; type __VLS_Slots = {} & { default?: (props: typeof __VLS_23) => any; } & { overlay?: (props: typeof __VLS_25) => any; }; declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:open": (value: boolean) => any; }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ "onUpdate:open"?: ((value: boolean) => any) | undefined; }>, { to: string; placement: DrawerPlacement; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };