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