import * as React from "react"; import { IconProps } from '../lib'; declare const MapPin: (props: IconProps) => React.JSX.Element; export default MapPin; //# sourceMappingURL=MapPin.d.ts.map