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