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