import { DialogProps } from './Dialog'; import { DialogInstance } from './type'; export type DialogShowProps = Omit; export declare function show(props: DialogShowProps): DialogInstance; export default show;