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