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; a2: List$1; a0: List$1; a3: List$1; constructor(); d(a: number, b: Frame, c: Frame): void; }