import { Base, Nullable$1, Type } from "igniteui-react-core";
import { WorksheetCellFormatData } from "./WorksheetCellFormatData";
/**
 * @hidden
 */
export declare class ProtectionInfo extends Base {
    static $t: Type;
    private g;
    private i;
    equals(a: any): boolean;
    getHashCode(): number;
    get h(): Nullable$1<boolean>;
    set h(a: Nullable$1<boolean>);
    get j(): Nullable$1<boolean>;
    set j(a: Nullable$1<boolean>);
    get e(): boolean;
    k(a: WorksheetCellFormatData): void;
    static a(a: WorksheetCellFormatData): ProtectionInfo;
    static b(a: WorksheetCellFormatData, b: boolean): ProtectionInfo;
    static d(a: ProtectionInfo, b: ProtectionInfo): boolean;
}
