import { IconProps } from '../lib';
declare function ChartLine(props: IconProps): JSX.Element;
export default ChartLine;
