import { EventEmitter, TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ResultComponent { prefixCls: string; isTitleString: boolean; isMessageString: boolean; private _title; private _message; get title(): string | TemplateRef; set title(value: string | TemplateRef); imgUrl: string; buttonText: string; buttonType: string; img: TemplateRef; get message(): string | TemplateRef; set message(value: string | TemplateRef); onButtonClick: EventEmitter; role: string; amResult: boolean; constructor(); buttonClick(event: any): void; isTemplateRef(value: any): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }