import { FC } from 'react';
import { PopupTipProps } from './types.cjs';
/**
 * @deprecated bruk heller Help
 */
export declare const PopupTip: FC<PopupTipProps>;
