export declare function getCellBorderRadius(day: Date | null, selectedDate: Date | null): number;
export declare function getCellBackgroundColor(day: Date | null, selectedDate: Date | null, color: string): string;
export declare function getCellTextColor(day: Date | null, selectedDate: Date | null, isCurrentMonth: boolean, isDisabled: boolean): string;
