import React from 'react';
declare function TooltipPortal(props: any): React.ReactPortal | null;
export default TooltipPortal;
