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