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