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