import React from 'react'; import { Line } from '../types'; interface SkiaCanvasProps { skiaPath: any; line: Line; svgWidth: number; svgHeight: number; skiaGradient: { colors: string[]; positions: number[]; start: any; end: any; }; isRangedLineChart: boolean; } export declare const SkiaCanvas: React.FC; export {}; //# sourceMappingURL=SkiaCanvas.d.ts.map