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