import React from 'react'; import { TextMap } from '../types'; export declare function isMobile(): boolean; interface ModalProps { text: TextMap; uri: string; onClose: any; } declare function Modal(props: ModalProps): React.JSX.Element; export default Modal; //# sourceMappingURL=Modal.d.ts.map