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