import { Frame } from "./Frame"; import { DictInterpolator$3 } from "./DictInterpolator$3"; import { Point, Type } from "igniteui-react-core"; import { OwnedPoint } from "./OwnedPoint"; import { Dictionary$2 } from "igniteui-react-core"; import { List$1 } from "igniteui-react-core"; /** * @hidden */ export declare class ScatterFrameBase$1 extends Frame { static $t: Type; protected $t: Type; constructor($t: Type); i: DictInterpolator$3>; d(a: number, b: Frame, c: Frame): void; protected v(a: number, b: Frame, c: Frame): void; private t; s: (arg1: OwnedPoint, arg2: ScatterFrameBase$1, arg3: ScatterFrameBase$1) => OwnedPoint; protected u(a: OwnedPoint, b: number, c: OwnedPoint, d: OwnedPoint): void; private w; protected x(a: OwnedPoint, b: number, c: OwnedPoint, d: OwnedPoint): void; m: Dictionary$2; j: Dictionary$2; q: List$1; r: List$1; k: Dictionary$2; o: Dictionary$2; l: Dictionary$2; n: Dictionary$2; p: List$1>; }