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 { static $t: Type; constructor(); y: Dictionary$2; protected v(a: number, b: Frame, c: Frame): void; }