/**
 * Flowtype definitions for PresenceAvatarTooltipContent.tsx
 * Generated by Flowgen from a Typescript Definition
 * Flowgen v1.10.0
 */

import React from "react";
import {
  FormattedMessage,
  injectIntl,
  WrappedComponentProps
} from "react-intl";
import messages from "./messages";
import { determineInteractionMessage } from "./utils/presenceUtils";
import "./PresenceAvatarTooltipContent.scss";
export type Props = {
  name: string,
  interactedAt: number,
  interactionType: string,
  isActive?: boolean,
  ...
} & WrappedComponentProps;
declare function PresenceAvatarTooltipContent(x: Props): React$Node;
declare export { PresenceAvatarTooltipContent as PresenceAvatarTooltipContentComponent };
declare export default typeof /* NO PRINT IMPLEMENTED: CallExpression */ any;
