import { Base, Type } from "igniteui-react-core"; /** * @hidden */ export declare class CheckboxElementInfo extends Base { static $t: Type; c: HTMLInputElement; a: HTMLElement; b: HTMLElement; constructor(a: HTMLInputElement, b: HTMLElement, c: HTMLElement); }