import type { LexicalEditor } from 'lexical'; import React from 'react'; import type { ToolbarGroupItem } from '../../types.js'; import './index.scss'; export declare const ToolbarButton: ({ children, editor, item, }: { children: React.JSX.Element; editor: LexicalEditor; item: ToolbarGroupItem; }) => React.JSX.Element; //# sourceMappingURL=index.d.ts.map