import { EventEmitter } from '@angular/core';
import { PrescribedMedicationType } from '../../../../shared/types';
import * as i0 from "@angular/core";
export declare class PrescriptionRowComponent {
    prescribedMedication: PrescribedMedicationType;
    handleModifyPrescription: EventEmitter<PrescribedMedicationType>;
    handleDeletePrescription: EventEmitter<PrescribedMedicationType>;
    get prescriptionTitle(): string | undefined;
    onModifyClick(): void;
    onDeleteClick(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<PrescriptionRowComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<PrescriptionRowComponent, "cardinal-prescription-card", never, { "prescribedMedication": { "alias": "prescribedMedication"; "required": true; }; }, { "handleModifyPrescription": "handleModifyPrescription"; "handleDeletePrescription": "handleDeletePrescription"; }, never, never, true, never>;
}
