import { MultiMultipointValue, MultipointValue, PointValue, ValueType } from '@onepoint-yap/dashboard'; import * as i0 from "@angular/core"; export declare class ExpandValueComponent { isArray: boolean; firstValue?: string | number | PointValue | MultipointValue | MultiMultipointValue | ValueType[] | null | undefined; rest: (string | number | PointValue | MultipointValue | MultiMultipointValue | ValueType[] | null | undefined)[]; set value(toDisplay: ValueType | ValueType[] | null); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }