export declare const hideItemsThatDontFit: (elements: HTMLElement[], containerWidth: number) => { itemsWidth: number; hiddenElements: number; };