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