import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ProtectionValidationInfo } from "./ProtectionValidationInfo"; /** * @hidden */ export declare class WorkbookPasswordInfo extends Base { static $t: Type; private i; private a; private d; private c; constructor(a: () => void); get f(): boolean; get g(): boolean; set g(a: boolean); get b(): ProtectionValidationInfo; set b(a: ProtectionValidationInfo); e(a: string, b: number[], c: number[], d: Nullable$1): { ret: boolean; p0: string; p1: number[]; p2: number[]; p3: Nullable$1; }; h(): Nullable$1; j(a: boolean): void; k(a: any): void; l(): void; }