export default function FloatingTextFormatToolbarPlugin({ anchorElem }: {
    anchorElem: HTMLElement;
}): import("react").ReactPortal;
