import type { ElementProps, FloatingInteractionContext, UseClickProps } from './types'; export declare function useClick(context: FloatingInteractionContext, props?: UseClickProps): ElementProps; //# sourceMappingURL=useClick.d.ts.map