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