import React from 'react';
import { ModalProps } from '../type';
export default function show(comp: React.ReactElement, props?: Omit<ModalProps, 'onAnimationEnd' | 'visible' | 'onClose'>): void;
//# sourceMappingURL=index.d.ts.map