import { HotkeyOptions } from '@sanity/portable-text-editor'; import React from 'react'; import { Path } from '@sanity/types'; interface ToolbarProps { hotkeys: HotkeyOptions; isFullscreen: boolean; readOnly: boolean; onFocus: (path: Path) => void; onToggleFullscreen: () => void; } export declare function Toolbar(props: ToolbarProps): React.JSX.Element; export {}; //# sourceMappingURL=Toolbar.d.ts.map