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