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