import { DayIndex } from '../index';
export declare function renderDayName(locale: string, dayIndex: DayIndex): string;
export declare function renderMonthAndYear(locale: string, baseDate: Date): string;
export declare function renderDayLabel(locale: string, date: Date): string;
