import React from 'react';
import type { ToolbarProps } from './types';
export declare const Toolbar: ({ tools, data }: ToolbarProps) => React.JSX.Element;
