import React from 'react';
import type { WithIntlProps, WrappedComponentProps } from 'react-intl';
import type { ConfirmationDialogProps } from '@atlaskit/editor-common/types';
export declare const ConfirmationModal: React.FC<WithIntlProps<ConfirmationDialogProps & WrappedComponentProps>> & {
    WrappedComponent: React.ComponentType<ConfirmationDialogProps & WrappedComponentProps>;
};
