import { Base, Type } from "igniteui-webcomponents-core"; import { XValuesDataType } from "./XValuesDataType"; import { List$1 } from "igniteui-webcomponents-core"; import { XValue } from "./XValue"; /** * @hidden */ export declare class GetXValuesResult extends Base { static $t: Type; constructor(a: List$1, b: XValuesDataType); a: XValuesDataType; c: List$1; b(a: number, b: number): { ret: List$1; p0: number; p1: number; }; }