import type { FeedbackInfo } from '@atlaskit/editor-common/types';
import type { FeedbackDialogPlugin } from './feedbackDialogPluginType';
export declare const openFeedbackDialog: (feedbackInfo?: FeedbackInfo) => Promise<number>;
export declare const feedbackDialogPlugin: FeedbackDialogPlugin;
