/**
 * CodeAnalizerComment: Updated 3 imports on 2024-09-22 14:49:52
 * Update:: import { ISharingEvent } to '@mikezimm/fps-core-v7/lib/components/atoms/SharedItems/IItemWithSharingInfo;'
 * Update:: import { IItemWithSharingInfo } to '@mikezimm/fps-core-v7/lib/components/atoms/SharedItems/IItemWithSharingInfo;'
 * Update:: import { openLinkInNewTabUsingDatahref } to '@mikezimm/fps-core-v7/lib/components/atoms/SharedItems/openLinkInNewTabUsingDatahref;'

 */
/// <reference types="react" />
import { IItemWithSharingInfo } from '@mikezimm/fps-core-v7/lib/components/atoms/SharedItems/IItemWithSharingInfo';
/**
 * This builds up the Shared History tab-page in Pivot Tiles library permissions
 * Provides Table of all individual sharing events on library in chronological order
 * createChronoSortedSharingEvents  Was previously called:  buildSharingRows, buildChronoSortedSharingEvents
 *
 *    TIME    Type    Link    SharedBy    SharedWith
 *
 * @param sharedItems
 * @param width
 */
export declare function createChronoSortedSharingEvents(sharedItems: IItemWithSharingInfo[], width: number): JSX.Element[];
//# sourceMappingURL=createChronoSortedSharingEvents.d.ts.map