import { Base, Nullable$1, Type } from "igniteui-react-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<number>): {
        ret: boolean;
        p0: string;
        p1: number[];
        p2: number[];
        p3: Nullable$1<number>;
    };
    h(): Nullable$1<number>;
    j(a: boolean): void;
    k(a: any): void;
    l(): void;
}
