import { default as Tooltip } from './Tooltip';
import * as CONSTANTS from './Tooltip.constants';
import { Props } from './Tooltip.types';
export { CONSTANTS as TOOLTIP_CONSTANTS };
export type TooltipProps = Props;
export default Tooltip;
