/// import { TaskCommentLike } from './TaskComment'; export declare type TaskLike = { body: string; comments: TaskCommentLike[]; }; export declare function Task(rawProps: TaskLike): JSX.Element; //# sourceMappingURL=Task.d.ts.map