import React from "react"; export interface ErrorsProps { tree: any; labels: any; } export declare const Errors: React.SFC;