/// <reference types="react" />
declare const MagnifyingGlass: (props: any, ref: any) => JSX.Element;
export default MagnifyingGlass;
