///
interface IProps {
mindId: string;
refUserId: string | number;
opened: boolean;
onClose(): void;
inMobile: boolean;
}
declare function ModalMemory(props: IProps): JSX.Element;
declare const _default: import("react").MemoExoticComponent;
export default _default;