import { Base, Type } from "igniteui-react-core";
import { WCNativeHelper } from "igniteui-react";
/**
 * @hidden
 */
export declare class PivotKeys extends Base {
    static $t: Type;
    private a;
    protected get b(): WCNativeHelper;
    private c;
    protected get nativeElement(): any;
    protected set nativeElement(a: any);
    setNativeElement(a: any): void;
    get f(): string;
    set f(a: string);
    get i(): string;
    set i(a: string);
    get e(): string;
    set e(a: string);
    get h(): string;
    set h(a: string);
    get g(): string;
    set g(a: string);
    get j(): string;
    set j(a: string);
}
