export interface CalendarKeyboardHintsProps { /** Additional className for styling */ className?: string; } /** * Keyboard navigation hints for the calendar footer. * Shows arrow keys for navigation, Enter for selection, and Esc to close. */ export declare const CalendarKeyboardHints: import("react").ForwardRefExoticComponent>;