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