/// <reference types="react" />
import { TCustomCalendarProps } from "./calendar.types";
export declare const CalendarPropsContext: import("react").Context<TCustomCalendarProps>;
export declare const useCalendarProps: () => TCustomCalendarProps;
