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