type Props = { loadingData?: boolean; }; export declare const useCalendarLoadingSpinner: ({ loadingData }: Props) => void; export {};