import { type ReactNode } from "react"; import type { OverflowCollectionHookResult, OverflowItem } from "../../responsive/overflowTypes"; import type { OrientationShape } from "../ToolbarProps"; export declare const renderTrayTools: (collectionHook: OverflowCollectionHookResult, overflowedItems: OverflowItem[], orientation: OrientationShape, collapsed?: boolean | string) => ReactNode;