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