import * as React from 'react'; import { IToolbarItemRendererProps } from './IToolbarItemRendererProps'; /** * Renders a single toolbar button with optional tooltip and label. */ export declare const ToolbarItemRenderer: React.FC; //# sourceMappingURL=ToolbarItemRenderer.d.ts.map