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