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