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