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