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