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