import { Description } from "./Description";
import { PointDescription } from "./PointDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class DomainChartPlotAreaPointerEventArgsDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private k;
    get plotAreaPosition(): PointDescription;
    set plotAreaPosition(a: PointDescription);
}
