export declare function useFocusOnSelectedDate(portalContainerId?: string): { ref: import("react").RefObject; focusOnSelectedDate: () => boolean; };