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