import { IQRCodeModalOptions } from "@walletconnect/types"; import { TextMap } from "../types"; interface ModalProps { text: TextMap; uri: string; onClose: any; qrcodeModalOptions?: IQRCodeModalOptions; } declare function Modal(props: ModalProps): JSX.Element; export default Modal; //# sourceMappingURL=Modal.d.ts.map