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