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