import { FC } from 'react';
import { TrendlineProps } from '../../types';
declare const Trendline: FC<TrendlineProps>;
export { Trendline };
//# sourceMappingURL=Trendline.d.ts.map