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