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