import { type OverflowCollectionHookResult, type OverflowItem, type orientationType } from "../../responsive"; export declare const renderToolbarItems: (collectionHook: OverflowCollectionHookResult, overflowedItems: OverflowItem[], orientation: orientationType) => JSX.Element[];