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