export default function useConversation(params: any): { getValues: () => Object; markDone: (email: any, name: any) => void; conversationId: any; thread: import('vue').Ref; documentId: any; creatorEmail: any; creatorName: any; comments: import('vue').Ref; selection: any; markedDone: import('vue').Ref; markedDoneByEmail: import('vue').Ref; markedDoneByName: import('vue').Ref; isFocused: import('vue').Ref; group: import('vue').Ref; conversationElement: import('vue').Ref; suppressHighlight: import('vue').Ref; suppressClick: import('vue').Ref; isInternal: import('vue').Ref; isTrackedChange: import('vue').Ref; trackedChange: any; }; //# sourceMappingURL=use-conversation.d.ts.map