import React from 'react';
import { UndrawSVGProps } from '../types';
declare const AddTasks: React.FC<UndrawSVGProps>;
export default AddTasks;
