import { DocumentActionDialogProps } from '@sanity/base'; import React from 'react'; export interface ActionStateDialogProps { dialog: DocumentActionDialogProps; referenceElement?: HTMLElement | null; } export declare function ActionStateDialog(props: ActionStateDialogProps): React.JSX.Element; //# sourceMappingURL=ActionStateDialog.d.ts.map