declare const useTyping: ({ content, typing }: { content: any; typing: any; }) => any; export default useTyping;