import React from 'react';
import type { LineGraphProps } from './LineGraphProps';
declare function LineGraphImpl(props: LineGraphProps): React.ReactElement;
export declare const LineGraph: React.MemoExoticComponent<typeof LineGraphImpl>;
export {};
