/** * Hook to trigger height recalculation for a SwipeUpModal * * @param modalId - The ID of the modal to recalculate height for * @param recalculateHeightFunction - The recalculateHeight function from the SwipeUpModal store * @returns A function that triggers height recalculation */ export declare function useSwipeUpModalHeightRecalculation(modalId: string, recalculateHeightFunction?: (id: string) => void): () => void;