import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebPivotUISettingsDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private k;
    get showConfiguration(): boolean;
    set showConfiguration(a: boolean);
    private l;
    get showRowHeaders(): boolean;
    set showRowHeaders(a: boolean);
    private p;
    get rowLayout(): string;
    set rowLayout(a: string);
    private o;
    get horizontalSummariesPosition(): string;
    set horizontalSummariesPosition(a: string);
}
