import React from 'react'; declare type Props = { id: string; toolbarRef: React.RefObject; testIds?: { wrapper?: string; editor?: string; headerSelect?: string; boldButton?: string; italicButton?: string; unorderedListButton?: string; orderedListButton?: string; }; }; declare const LexicalEditorToolbarPlugin: ({ toolbarRef, testIds, id }: Props) => JSX.Element; export default LexicalEditorToolbarPlugin; //# sourceMappingURL=LexicalEditorToolbarPlugin.d.ts.map