import * as React from 'react'; declare function StreetView(props: React.SVGProps): JSX.Element; export declare const ReactComponent: typeof StreetView; export default StreetView;