import * as React from "react";

declare const CloneWithTooltip: (
  tooltip: Record<string, string>,
  children: React.ReactElement<any>,
) => React.ReactElement<any>;

export { CloneWithTooltip, CloneWithTooltip as default };
