import type { IconProps } from '../types/index'; declare function SvgCodeBlock(iconProps: IconProps): JSX.Element; declare namespace SvgCodeBlock { var displayName: string; } export default SvgCodeBlock;