import type { DrawerOptions } from "../Drawer/Drawer.types.js"; export interface DrawerProps extends Omit, Record { } export declare function registerDrawerElement(): CustomElementConstructor | undefined; //# sourceMappingURL=drawer.d.ts.map