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