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