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