import React from 'react'; interface ToolBarProps { style?: React.CSSProperties; children: any; } export default function ToolBar(props: ToolBarProps): import("react/jsx-runtime").JSX.Element; export {};