import { PopupProps } from 'semantic-ui-react/dist/commonjs/modules/Popup';
export declare type InfoTooltipProps = Omit<PopupProps, 'trigger'>;
