export declare const SELECTION_TOOLBAR_LABEL = "Selection toolbar";
export declare const DEFAULT_POPUP_SELECTORS: {
    readonly toolbarContainer: '[role="toolbar"]';
    readonly portal: '.atlaskit-portal';
};
