import * as React from "react";

declare const CloneWithTooltip: (
  tooltip: React.ReactElement<any> | undefined | null,
  children: React.ReactElement<any>,
) => React.ReactElement<any>;

export { CloneWithTooltip, CloneWithTooltip as default };
