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