import { XYChartToolbarSlotProps } from '../types/xy-chart-props.js'; export declare const Toolbar: { (props: XYChartToolbarSlotProps): null; displayName: string; };