export function isAvatarIcon(feedItemType: any): boolean; export function getIconForFeedItemType(feedItemType: any): any; /** * The value is used to position the FeedItem * * @returns number|null */ export function getFeedDepth(feedItem: any, isTvd: any): any; /** * The value is used to position the FeedItem * * @returns number|null */ export function getFeedItemTimestamp(feedItem: any): any; export const AVATAR_ICON: "AVATAR_ICON"; //# sourceMappingURL=feed.d.ts.map