/**
 * CodeAnalizerComment: Updated 2 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;'

 */
/// <reference types="react" />
import { IItemWithSharingInfo } from '@mikezimm/fps-core-v7/lib/components/atoms/SharedItems/IItemWithSharingInfo';
/**
 * Name changed TO: createItemSharingTable  From:  createDetailsShareTable
 * This builds up the DETAILS COLUMN on PivotTiles Shared Details tab.
 * Also can be brought into SINGLE ITEM PROPERTY PANE
 *
 *  Timestamp   SharedBy    SharedWith
 *
 * All the firstShareDate and lastShareDate stuff was removed because linting found it didn't
 *    actually do anything.  That is why it is smaller than ECStorage version
 *
 * @param item
 * @returns
 */
export declare function createItemSharingTable(item: IItemWithSharingInfo, includeTH?: boolean): JSX.Element;
//# sourceMappingURL=createItemSharingTable.d.ts.map