import { TemplateRef } from '@angular/core'; import { Maybe } from '@sweet-monads/maybe'; import * as i0 from "@angular/core"; export declare class MaybeComponent { maybe: Maybe | null; someTemplate: TemplateRef | null; noneText: string; noneRef: TemplateRef | null; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "ll-maybe", never, { "maybe": "maybe"; "someTemplate": "someTemplate"; "noneText": "noneText"; }, {}, never, never>; }