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