import React, { type FC, type PropsWithChildren } from 'react'; import { HoveredDateContextProps } from '../types'; export declare const HoveredDateContext: React.Context; export declare const HoveredDateProvider: FC; export declare const useHoveredDateContext: () => HoveredDateContextProps;