import ModalProps from './index'; export interface ShowProps extends ModalProps { id?: string; onClose?: () => void; } declare const _default: (props: ShowProps, Modal: any) => { close: () => void; }; export default _default;