import { ElementRef, OnInit } from '@angular/core'; import { IMonth } from '../../models/interfaces'; import * as i0 from "@angular/core"; export declare class MonthNameComponent implements OnInit { private readonly internalizationService; month: IMonth; isActive: boolean; name: string; readonly nameRef: ElementRef; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }