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<any>;
    attachment: any;
    content: any;
    contentText: any;
    constructor(actionSheetController: ActionSheetController, plt: Platform);
    ngOnInit(): void;
    hasButtons(content: any): IAttachmentContentButton[];
    sendSelection(button: any): void;
    showMoreButtons(): Promise<void>;
    static ɵfac: i0.ɵɵFactoryDeclaration<AriCardShopAttachmentsComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<AriCardShopAttachmentsComponent, "lib-ari-card-shop-attachments", never, { "attachment": "attachment"; }, { "sendSelectionEv": "sendSelectionEv"; }, never, never>;
}
