import { EventEmitter } from '@angular/core'; import { IAttachmentContentButton } from '../../model/conversation.model'; import * as i0 from "@angular/core"; export declare class AriMultipleSelectionComponent { attachment: any; sendSelectionEv: EventEmitter; selectedDays: any; defaultSelection: string; constructor(); ngOnInit(): void; selectionUpdated(e: any): void; hasActionButtons(content: any): IAttachmentContentButton[]; sendSelection(button: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }