import { ValueType, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class SortedIntRangeList_IntRange extends ValueType { static $t: Type; constructor(a: number, b: number, c: number); constructor(); constructor(a: number, ..._rest: any[]); c: number; b: number; get a(): number; toString(): string; }