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