import { L10nDirective } from '../models/l10n-directive'; import { L10nIntlService } from '../services/l10n-intl.service'; import * as i0 from "@angular/core"; export declare class L10nPluralDirective extends L10nDirective { protected intl: L10nIntlService; set l10nPlural(options: Intl.PluralRulesOptions | ''); prefix?: string; options?: Intl.PluralRulesOptions; constructor(intl: L10nIntlService); protected getValue(text: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }