import type { FC, PropsWithChildren } from '@betterer/render';
import type { BettererTasksStatusUpdate } from './types.js';
import type { BettererTasksState } from './useTasksState.js';
/**
* @internal This could change at any point! Please don't use!
*
* `props` type for {@link BettererTasksResult | ``}.
*/
export type BettererTasksResultProps = PropsWithChildren ${nRunning} tasks running... ${nDone} tasks done! ${nErrored} tasks errored!`
*/
update?: BettererTasksStatusUpdate;
}>;
/**
* @internal This could change at any point! Please don't use!
*
* Ink component for rendering the output of a set of {@link BettererTask | `BettererTask`s}.
* The output will update based on the current status of the tasks.
*/
export declare const BettererTasksResult: FC;
//# sourceMappingURL=TasksResult.d.ts.map