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