import { SVGProps } from "react";
declare const SvgOffer: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgOffer;
