import React from 'react';
import type { CalendarCardRef, WebCalendarCardProps } from "../../types";
export declare const CalendarCard: React.ForwardRefExoticComponent<Partial<WebCalendarCardProps> & React.RefAttributes<CalendarCardRef>>;
