/**
 * Handles `initialFocus` prop behavior for the
 * Calendar & RangeCalendar components.
 */
export declare function handleCalendarInitialFocus(calendar: HTMLElement): void;
export declare function focusWithoutScroll(element: HTMLElement): void;
