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