import { OnInit, EventEmitter, AfterViewInit } from '@angular/core'; import { IAttachmentContentButton } from './../../model/conversation.model'; import { Platform, ActionSheetController } from '@ionic/angular'; import * as i0 from "@angular/core"; export declare class AriCardVideoAttachmentsComponent implements OnInit, AfterViewInit { private plt; private actionSheetController; sendSelectionEv: EventEmitter; attachment: any; videoID: string; videoType: string; constructor(plt: Platform, actionSheetController: ActionSheetController); ngOnInit(): void; ngAfterViewInit(): void; private youtube_parser; hasButtons(content: any): IAttachmentContentButton[]; sendSelection(button: any): void; showMoreButtons(): Promise; videoPlayerType(url: string): "facebook" | "youtube"; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }