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