import { Base, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class XValue extends Base { static $t: Type; d: number; b: number; f: string; a: string[]; get c(): number; toString(): string; e(a?: string): string; }