import React from 'react';
import type { WrappedComponentProps } from 'react-intl';
import type { ConfirmationDialogProps } from '@atlaskit/editor-common/types';
export declare const SimpleModal: (props: ConfirmationDialogProps & WrappedComponentProps) => React.JSX.Element;
