import { Base, Point, Type } from "igniteui-react-core";
import { List$1 } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class SparkFrame extends Base {
    static $t: Type;
    private a;
    get g(): List$1<number[]>;
    set g(a: List$1<number[]>);
    private f;
    get l(): List$1<Point>;
    set l(a: List$1<Point>);
    private d;
    get j(): List$1<Point>;
    set j(a: List$1<Point>);
    private e;
    get k(): List$1<Point>;
    set k(a: List$1<Point>);
    private c;
    get i(): List$1<Point>;
    set i(a: List$1<Point>);
    private b;
    get h(): List$1<Point>;
    set h(a: List$1<Point>);
    m: Point;
    n: Point;
}
