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