import { IConfirmDialogProps } from '../ConfirmDialog'; declare const confirm: (props: Omit) => Promise; export default confirm;