import Tooltip from './Tooltip';
export { ITooltipProps } from './Tooltip.props';
export { Tooltip };
export default Tooltip;
