import * as React from 'react';
export default function DraggableBlockPlugin({ anchorElem, }: {
    anchorElem?: HTMLElement;
}): React.JSX.Element;
