export { TasksController as default }; declare function TasksController({ tasksControllerConfig, isLoading, allTileGroups, selectedTileGroup, setSelectedTileGroup }: { tasksControllerConfig: any; isLoading: any; allTileGroups: any; selectedTileGroup: any; setSelectedTileGroup: any; }): React.FunctionComponentElement>> | React.FunctionComponentElement | React.DetailedReactHTMLElement<{ className: string; }, HTMLElement> | null; import React from 'react';