import type { ComponentProps, FC } from "react";
declare const CodeGray: FC<ComponentProps<"svg">>;
export default CodeGray;
