import { ContourValueResolver } from "./ContourValueResolver"; import { IEnumerable$1, Type } from "igniteui-react-core"; import { IFastItemColumn$1 } from "igniteui-react-core"; /** * @hidden */ export declare class LinearContourValueResolver extends ContourValueResolver { static $t: Type; constructor(); valueCount: number; private _j; j(a: IFastItemColumn$1): IEnumerable$1; static $$p: string[]; }