export declare const getVisibleItems: ({ items, shouldTruncate, }: { items: T[]; shouldTruncate: boolean; }) => (T | { label: string; href: string; })[]; //# sourceMappingURL=utils.d.ts.map