import { ModalShowProps } from 'antd-mobile'; export declare const showHistoryModal: (props: ModalShowProps) => { close: () => void; };