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