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