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