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