import { OnInit, EventEmitter } from '@angular/core'; import { ActionSheetController, Platform } from '@ionic/angular'; import { IAttachmentContentButton } from '../../model/conversation.model'; import * as i0 from "@angular/core"; export declare class AriCardShopAttachmentsComponent implements OnInit { private actionSheetController; private plt; sendSelectionEv: EventEmitter; attachment: any; content: any; contentText: any; constructor(actionSheetController: ActionSheetController, plt: Platform); ngOnInit(): void; hasButtons(content: any): IAttachmentContentButton[]; sendSelection(button: any): void; showMoreButtons(): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }