/// import type { ToolbarControl as ToolbarControlType } from '../types'; interface ToolbarProps { toolbarControls?: ToolbarControlType[]; } export declare const ControlsToolbar: ({ toolbarControls }: ToolbarProps) => JSX.Element | null; export {};