import { Locale } from '../../types';
export declare const getInitials: (name: string) => string;
export declare const getRangeStyle: (startDate: number, endDate: number, widthChip: number, color: string | undefined, isAllMonth: boolean, isEndNextMonth: boolean) => import('react').CSSProperties;
export declare const getClassName: (isStartPrevMonth: boolean, isEndNextMonth: boolean) => string;
export declare const getDaysArray: (date: string, lang: Locale) => string[];
