import { Base, Nullable$1, Type } from "igniteui-webcomponents-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; set h(a: Nullable$1); get j(): Nullable$1; set j(a: Nullable$1); 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; }