import React from 'react';
declare function CalendarCard({ name, textColor, bgColor, iconColor, countColor, width, height, userCount, nightsCount, }: {
    name: any;
    textColor: any;
    bgColor: any;
    iconColor: any;
    countColor: any;
    width: any;
    height: any;
    userCount: any;
    nightsCount: any;
}): React.JSX.Element;
export default CalendarCard;
