import * as React from "react"; import { IconProps } from '../lib'; declare const Browser: (props: IconProps) => React.JSX.Element; export default Browser; //# sourceMappingURL=Browser.d.ts.map