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