import type { ReactEventHandler } from '../types'; import type { OneChatMessage } from '../../../context/ChannelStateContext'; import type { DefaultOneChatGenerics } from '../../../types'; export declare const useOpenThreadHandler: (message?: OneChatMessage | undefined, customOpenThread?: ((message: OneChatMessage, event: React.BaseSyntheticEvent) => void) | undefined) => ReactEventHandler; //# sourceMappingURL=useOpenThreadHandler.d.ts.map