import type { Components, JSX } from "../types/components"; interface BkkrDrawer extends Components.BkkrDrawer, HTMLElement {} export const BkkrDrawer: { prototype: BkkrDrawer; new (): BkkrDrawer; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;