import { ForwardRefExoticComponent, RefAttributes, SVGProps } from "react";
/**
 * @public
 */
declare const PinRemovedIcon: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
export { PinRemovedIcon, PinRemovedIcon as default };
//# sourceMappingURL=PinRemoved.d.ts.map