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