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;
    af: List$1<number>;
    ag: List$1<number>;
    ae: List$1<Brush>;
    ah: List$1<Brush>;
    constructor();
    c(a: number, b: Frame, c: Frame): void;
}
