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