import { TemplateRef } from '@angular/core'; import { Result } from '@lonli-lokli/ts-result'; import * as i0 from "@angular/core"; export declare class ResultComponent { data: Result | null; initialText: string; initialRef: TemplateRef | null; pendingRef: TemplateRef | null; failureRef: TemplateRef | null; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "ll-result", never, { "data": "data"; "initialText": "initialText"; }, {}, never, ["*"]>; }