import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
import type { RegisterButton } from '@atlaskit/editor-ui-control-model/types';
import type { BlockControlsPlugin } from '../blockControlsPluginType';
export declare const getBlockControlsSurfaceDragHandleComponents: ({ api, }: {
    api: ExtractInjectionAPI<BlockControlsPlugin> | undefined;
}) => RegisterButton[];
