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