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