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