import { Task } from '../task';
export declare function TaskList({ tasks }: {
    tasks: Task[];
}): import("react/jsx-runtime").JSX.Element;
