import { RefObject } from 'react'; type Props = { showFeedback?: boolean; rootRef?: RefObject; }; export declare const useCalendarTooltips: ({ showFeedback, rootRef }: Props) => void; export {};