/** @jsxImportSource @emotion/react */
import React from "react";
import { Editor } from "slate";
interface ToolbarProps {
    editor: Editor;
}
export declare const Toolbar: React.FC<ToolbarProps>;
export {};
