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