import { SvgIconProps } from "@mui/material/SvgIcon";
import { FunctionComponent } from "react";
declare const InlineCodeIcon: FunctionComponent<SvgIconProps>;
export default InlineCodeIcon;
