export declare class FtbPlayerPhotoStories { items: { mark: string; model: string; color: string; }[]; render(): any; renderItems(items: any): any; }