import React from 'react';
import type { CalendarRef, WebCalendarProps } from "../../types";
export declare const Calendar: React.ForwardRefExoticComponent<Partial<WebCalendarProps> & Omit<React.HTMLAttributes<HTMLDivElement>, ""> & React.RefAttributes<CalendarRef>>;
