/// import type { Shape, Color, LineStyle } from '@shopify/polaris-viz-core'; interface Props { color: Color; shape?: Shape; lineStyle?: LineStyle; } export declare function SeriesIcon({ color, lineStyle, shape }: Props): JSX.Element; export {}; //# sourceMappingURL=SeriesIcon.d.ts.map