import * as React from "react"; import { TaskCardListProps } from "./TaskCardList.definitions"; export declare class TaskCardListImpl extends React.Component { static displayName: string; private sortTasks; private filterTasks; render(): JSX.Element; }