import React from 'react'; import { SvgProps } from './types'; declare const Explorer: React.FC; export default Explorer;