import type { UseFloatingWithInteractionsProps, UseFloatingWithInteractionsReturn } from './types'; /** * @private */ export declare const useFloatingWithInteractions: ({ trigger, placement: placementProp, strategy: strategyProp, middlewares, hoverDelay, closeAfterClick, disabled, disableInteractive, disableCloseOnClickOutside, disableCloseOnEscKey, defaultShown, shown: shownProp, onShownChange: onShownChangeProp, onShownChanged: onShownChangedProp, }: UseFloatingWithInteractionsProps) => UseFloatingWithInteractionsReturn; //# sourceMappingURL=useFloatingWithInteractions.d.ts.map