import { ReactIconComponentType } from '../types';

declare const PersonPin: ReactIconComponentType;
export default PersonPin;
            