import { DBHeaderProps } from "./model.js"; declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_7: {}, __VLS_15: {}, __VLS_23: {}, __VLS_25: {}, __VLS_40: {}; type __VLS_Slots = {} & { 'meta-navigation'?: (props: typeof __VLS_1) => any; } & { brand?: (props: typeof __VLS_3) => any; } & { default?: (props: typeof __VLS_5) => any; } & { 'primary-action'?: (props: typeof __VLS_7) => any; } & { 'secondary-action'?: (props: typeof __VLS_15) => any; } & { default?: (props: typeof __VLS_23) => any; } & { 'meta-navigation'?: (props: typeof __VLS_25) => any; } & { 'secondary-action'?: (props: typeof __VLS_40) => any; }; declare const __VLS_base: import("@vue/runtime-core").DefineComponent & Readonly<{}>, { id: string; children: any; className: string; propOverrides: import("../../index.js", { with: { "resolution-mode": "import" } }).PropOverridesType; onToggle: (open: boolean) => void; width: import("../../index.js", { with: { "resolution-mode": "import" } }).MaxWidthType; closeButtonId: string; closeButtonText: string; drawerOpen: boolean | string; forceMobile: boolean | string; drawerHeaderText: string; burgerMenuLabel: string; }, {}, {}, {}, 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; }; };