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