export interface DotsProps { /** * Array of values to be displayed. */ values: number[]; extent?: any; /** * Width of cell (in pixels). */ width?: number; [key: string]: any; } //# sourceMappingURL=DotsProps.d.ts.map