import { Base, Type } from "igniteui-react-core";
import { ST_Sqref } from "./ST_Sqref";
import { XmlPartManagerBase } from "./XmlPartManagerBase";
/**
 * @hidden
 */
export declare class CT_ProtectedRange extends Base {
    static $t: Type;
    constructor();
    c: string;
    a: ST_Sqref;
    b: string;
    d: string;
    static f(a: XmlPartManagerBase, b: string, c: ST_Sqref, d: string, e: string): {
        p1: string;
        p2: ST_Sqref;
        p3: string;
        p4: string;
    };
    static g(a: XmlPartManagerBase, b: string, c: string, d: string, e: string, f: ST_Sqref): void;
    toString(): string;
}
