import React from 'react'; import type { UserResponse } from 'stream-chat'; import type { DefaultStreamChatGenerics } from '../../../types/types'; export declare type OnMentionAction = (event: React.BaseSyntheticEvent, user?: UserResponse) => void; export declare const useMentionsHandlers: (onMentionsHover?: OnMentionAction | undefined, onMentionsClick?: OnMentionAction | undefined) => (event: React.BaseSyntheticEvent, mentioned_users: UserResponse[]) => void; //# sourceMappingURL=useMentionsHandlers.d.ts.map