/**
 * Get access to the zoom state.
 *
 * @returns {boolean} Inform the zoom is interacting.
 */
export declare function useIsZoomInteracting(): boolean;