import { DocumentActionModalDialogProps } from '@sanity/base';
import React from 'react';
export declare function ModalDialog(props: {
    dialog: DocumentActionModalDialogProps;
}): React.JSX.Element;
//# sourceMappingURL=ModalDialog.d.ts.map