import { ImagePreviewProps } from './ImagePreview'; declare const show: (props: Omit) => { close: () => void; }; export default show;