export interface MeanProps { /** * Array of values to be displayed. */ values: number[]; formatString?: string; [key: string]: any; } //# sourceMappingURL=MeanProps.d.ts.map