import type { FunctionComponent } from 'preact'; export interface TaskListProps { searchFilter: string; issuesOnly: boolean; } /** * List of task results to be displayed inside the StatusDialog. */ export declare const TaskList: FunctionComponent; //# sourceMappingURL=TaskList.d.ts.map