import { IconProps } from '../Icon'; declare function SvgCode(props: IconProps): JSX.Element; export default SvgCode;