import { WebCheckboxBaseDescription } from "./WebCheckboxBaseDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebCheckboxDescription extends WebCheckboxBaseDescription { static $t: Type; protected get_type(): string; constructor(); private af; get indeterminate(): boolean; set indeterminate(a: boolean); }