import { AxisAnnotationFrame } from "./AxisAnnotationFrame";
import { List$1 } from "igniteui-react-core";
import { Brush } from "igniteui-react-core";
import { Frame } from "./Frame";
import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class ValueLayerFrame extends AxisAnnotationFrame {
    static $t: Type;
    a1: List$1<number>;
    a2: List$1<number>;
    a0: List$1<Brush>;
    a3: List$1<Brush>;
    constructor();
    d(a: number, b: Frame, c: Frame): void;
}
