import * as i0 from '@angular/core'; import { TemplateRef, ViewContainerRef } from '@angular/core'; declare class SsrService { private platformId; constructor(platformId: any); isBrowser(): boolean; isServer(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class SsrExcludeDirective { private platformId; private templateRef; private viewContainer; constructor(platformId: any, templateRef: TemplateRef, viewContainer: ViewContainerRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class BsrExcludeDirective { private platformId; private templateRef; private viewContainer; constructor(platformId: any, templateRef: TemplateRef, viewContainer: ViewContainerRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export { BsrExcludeDirective, SsrExcludeDirective, SsrService };