import type { Components, JSX } from "../types/components"; interface RuxCheckbox extends Components.RuxCheckbox, HTMLElement {} export const RuxCheckbox: { prototype: RuxCheckbox; new (): RuxCheckbox; };