export declare class UtilGuard { isConnected: boolean; apiDown: boolean; isAuthorized: boolean; render(): any; }