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