export declare class Tree {
  render(): any;
}
