import React from 'react';
export declare const TipPopup: (props: {
    title: React.ReactNode;
    children: any;
}) => any;
