import { PropType, ConcreteComponent } from 'vue'; import { SfDrawerPlacement } from '../../index.ts'; declare function __VLS_template(): { default?(_: {}): any; }; declare const __VLS_component: import('vue').DefineComponent; default: SfDrawerPlacement; }; tag: { type: PropType; default: string; }; disableClickAway: { type: BooleanConstructor; default: boolean; }; disableEsc: { type: BooleanConstructor; default: boolean; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (isOpen: boolean) => void; }, string, import('vue').PublicProps, Readonly; default: SfDrawerPlacement; }; tag: { type: PropType; default: string; }; disableClickAway: { type: BooleanConstructor; default: boolean; }; disableEsc: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((isOpen: boolean) => any) | undefined; }>, { placement: "top" | "bottom" | "left" | "right"; tag: string | ConcreteComponent; modelValue: boolean; disableClickAway: boolean; disableEsc: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=SfDrawer.vue.d.ts.map