import { TemplateRef } from '@angular/core'; import { Either } from '@sweet-monads/either'; import * as i0 from "@angular/core"; export declare class EitherComponent { either: Either | null; dataTemplate: TemplateRef | null; leftRef: TemplateRef | null; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "ll-either", never, { "either": "either"; "dataTemplate": "dataTemplate"; }, {}, never, never>; }