import type { IconProps } from '../types/index'; declare function SvgLocation(iconProps: IconProps): JSX.Element; declare namespace SvgLocation { var displayName: string; } export default SvgLocation;