import { HoneycombToolbarSlotProps } from '../types/toolbar.js'; /** * Slot for configuring the toolbar within a Honeycomb. * @public */ export declare const Toolbar: { (props: HoneycombToolbarSlotProps): null; displayName: string; };