import { MatTreeNestedDataSource } from '@angular/material/tree';
/**
 * Forces a re-render of the tree backed by the datasource
 */
export declare function refreshTree(tree: MatTreeNestedDataSource<unknown>): void;
