import { TranslationService } from '../../../../shared/services/translation/translation.service';
import * as i0 from "@angular/core";
export declare class MedicationProductTitleComponent {
    private translationService;
    productTitle: string;
    constructor(translationService: TranslationService);
    t: (key: string) => string;
    static ɵfac: i0.ɵɵFactoryDeclaration<MedicationProductTitleComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<MedicationProductTitleComponent, "cardinal-medication-product-title", never, { "productTitle": { "alias": "productTitle"; "required": true; }; }, {}, never, never, true, never>;
}
