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