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