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