import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; /** * @hidden */ export declare class CT_BooleanProperty extends Base { static $t: Type; constructor(); c: Nullable$1; get b(): boolean; static e(a: XmlPartManagerBase, b: Nullable$1): { p1: Nullable$1; }; static f(a: XmlPartManagerBase, b: string, c?: Nullable$1): void; toString(): string; }