import { TemplateRef, ViewContainerRef } from '@angular/core'; import { UserStore } from './user-store'; import * as i0 from "@angular/core"; export declare class GuestUserDirective { private _created; constructor(templateRef: TemplateRef, viewContainer: ViewContainerRef, userStore: UserStore); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }