export declare function getSelectedNode(selection: any): any;
interface Props {
    goFullScreen: () => void;
}
export declare function ToolbarPlugin(props: Props): import("react/jsx-runtime").JSX.Element;
export {};
