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