import { Task } from '../task';
export declare function TaskListEntry({ command: { keepOutput, forever, outputLength, displayTimeOver, linearOutput }, state }: Task): import("react/jsx-runtime").JSX.Element;
