import { ScatterFrameBase$1 } from "./ScatterFrameBase$1";
import { Dictionary$2 } from "igniteui-react-core";
import { Type } from "igniteui-react-core";
import { OwnedPoint } from "./OwnedPoint";
import { Frame } from "./Frame";
/**
 * @hidden
 */
export declare class ScatterFrame extends ScatterFrameBase$1<ScatterFrame> {
    static $t: Type;
    constructor();
    y: Dictionary$2<any, OwnedPoint>;
    protected v(a: number, b: Frame, c: Frame): void;
}
