import { PropsWithChildren } from 'react';
import { IModalProps } from 'xverse-components-modal';
export declare const showModal: (props: PropsWithChildren & IModalProps) => void;
