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<any>;
    selectedDays: any;
    defaultSelection: string;
    constructor();
    ngOnInit(): void;
    selectionUpdated(e: any): void;
    hasActionButtons(content: any): IAttachmentContentButton[];
    sendSelection(button: any): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<AriMultipleSelectionComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<AriMultipleSelectionComponent, "lig-ari-multiple-selection-card", never, { "attachment": "attachment"; }, { "sendSelectionEv": "sendSelectionEv"; }, never, never>;
}
