import { LitElement } from "lit"; import { DrawerController } from "./controllers/drawer-controller.js"; import { IThemeMixin } from "./mixins/theme-mixin.js"; import "./components/drawer/mjoint-drawer-container.js"; declare const MjoDrawer_base: import("./types/mixins.js").MixinConstructor & typeof LitElement; export declare class MjoDrawer extends MjoDrawer_base implements IThemeMixin { ariaLabelledby?: string; ariaDescribedby?: string; label?: string; trapFocus: boolean; restoreFocus: boolean; closeOnEscape: boolean; initialFocus?: string; controller: DrawerController; render(): import("lit-html").TemplateResult<1>; static styles: import("lit").CSSResult[]; } declare global { interface HTMLElementTagNameMap { "mjo-drawer": MjoDrawer; } } export {}; //# sourceMappingURL=mjo-drawer.d.ts.map