import { DBDrawerProps } from "./model.js"; declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}; type __VLS_Slots = {} & { header?: (props: typeof __VLS_1) => any; } & { default?: (props: typeof __VLS_3) => any; } & { footer?: (props: typeof __VLS_5) => any; }; declare const __VLS_base: import("@vue/runtime-core").DefineComponent & Readonly<{}>, { id: string; children: any; className: string; propOverrides: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).PropOverridesType; open: boolean | string; variant: import("./model.js", { with: { "resolution-mode": "import" } }).DrawerVariantType; backdrop: import("./model.js", { with: { "resolution-mode": "import" } }).DrawerBackdropType; direction: import("./model.js", { with: { "resolution-mode": "import" } }).DrawerDirectionType; showSpacing: boolean | string; rounded: boolean | string; position: import("./model.js", { with: { "resolution-mode": "import" } }).DrawerPositionType; containerSize: import("./model.js", { with: { "resolution-mode": "import" } }).DrawerContainerSizeType; onClose: (event?: KeyboardEvent | MouseEvent | undefined) => void; }, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };