import { OnInit } from '@angular/core';
export declare class WeekPanelComponent implements OnInit {
    constructor();
    week: string[];
    private _locale;
    locale: any;
    weekPanel: boolean;
    ngOnInit(): void;
}
