import type { IconProps } from '../types';
export declare const CodeSvg: ({ color }: IconProps) => import("react/jsx-runtime").JSX.Element;
