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