import React from 'react';
declare const ItemSold: (props: React.SVGAttributes<SVGElement>) => JSX.Element;
export default ItemSold;
