import * as React from 'react'; import { DayCalendarProps } from './DayCalendar.types'; export declare const CalendarWeekDay: ({ utils, now, firstDayOfWeek }: any) => import("react/jsx-runtime").JSX.Element; export declare const DayCalendar: React.ForwardRefExoticComponent & React.RefAttributes>;