/// import type { Color, LineStyle } from '@shopify/polaris-viz-core'; export interface LinePreviewProps { color: Color; lineStyle: LineStyle; width?: number; strokeDasharray?: string; } export declare function LinePreview({ color, lineStyle, width, strokeDasharray, }: LinePreviewProps): JSX.Element; //# sourceMappingURL=LinePreview.d.ts.map