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