/// interface IProps { canShow: boolean; children?: React.ReactNode; } declare function MindverseModal(props: IProps): JSX.Element; declare const _default: import("react").MemoExoticComponent; export default _default;