export declare class StatisticValue { id?: number; name?: string; value?: string; }