import React from 'react';
import type { StaticLineGraphProps } from './LineGraphProps';
export declare function StaticLineGraph({ points: allPoints, range, color, lineThickness, enableFadeInMask, style, ...props }: StaticLineGraphProps): React.ReactElement;
