import React from "react"; /** * windows.svg */ declare const WindowsIcon: React.ForwardRefExoticComponent< Omit, "ref" | "children"> & React.RefAttributes >; export default WindowsIcon;