import { PartContentType, XboxMessage } from '../..'; import { GatewayFeedItemContentPart } from '../../ws'; import { BasePart } from './BasePart'; export declare class FeedItemPart extends BasePart { type: PartContentType.FeedItem; locator: string; constructor(client: XboxMessage, data: GatewayFeedItemContentPart); }