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