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