import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class SeriesLayerPropertyOverlayDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private l;
    get isSourceOverlay(): boolean;
    set isSourceOverlay(a: boolean);
    private k;
    get isAlwaysApplied(): boolean;
    set isAlwaysApplied(a: boolean);
    private p;
    get propertyName(): string;
    set propertyName(a: string);
    private o;
    get currentValuePropertyName(): string;
    set currentValuePropertyName(a: string);
    private r;
    get valueRef(): string;
    set valueRef(a: string);
    private q;
    get propertyUpdatedRef(): string;
    set propertyUpdatedRef(a: string);
    private s;
    get valueResolvingRef(): string;
    set valueResolvingRef(a: string);
}
