// Automatically generated
const TOOLTIP_STATE_KEYS = [
  "baseId",
  "unstable_idCountRef",
  "visible",
  "animated",
  "animating",
  "setBaseId",
  "show",
  "hide",
  "toggle",
  "setVisible",
  "setAnimated",
  "stopAnimation",
  "unstable_disclosureRef",
  "unstable_referenceRef",
  "unstable_popoverRef",
  "unstable_arrowRef",
  "unstable_popoverStyles",
  "unstable_arrowStyles",
  "unstable_originalPlacement",
  "unstable_update",
  "placement",
  "place",
  "unstable_timeout",
  "unstable_setTimeout",
] as const;
export const TOOLTIP_KEYS = [...TOOLTIP_STATE_KEYS, "unstable_portal"] as const;
export const TOOLTIP_ARROW_KEYS = TOOLTIP_STATE_KEYS;
export const TOOLTIP_REFERENCE_KEYS = TOOLTIP_ARROW_KEYS;
