/// import { IconProps } from '../../types'; declare const PinCircle: (allProps: IconProps) => JSX.Element; export default PinCircle;