export default Node; declare function Node({ hostname, url, status }: { hostname: any; url: any; status: any; }): JSX.Element;