import { OnInit, EventEmitter } from '@angular/core'; import { IAttachmentContentButton } from '../../model/conversation.model'; import { ActionSheetController, Platform } from '@ionic/angular'; import * as i0 from "@angular/core"; export declare class AriCardAttachmentsComponent implements OnInit { private actionSheetController; private plt; sendSelectionEv: EventEmitter; attachment: any; imageSrc: string; subtitle: string; title: string; contentText: string; showSubTitle: boolean; showTitle: boolean; showText: boolean; showImages: boolean; showAriTrainingCard: boolean; cardView: any; constructor(actionSheetController: ActionSheetController, plt: Platform); ngOnInit(): void; getFavIconImage(url: string): string; hasButtons(content: any): IAttachmentContentButton[]; sendSelection(button: any): void; showMoreButtons(): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }