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