import { ContentType } from "../ContentType"; import { IContentType } from "../ContentType.interface"; export declare class User extends ContentType implements IContentType { readonly userName: string; readonly avatarUrl: string; constructor(userJsonRaw: any); toHTML(): string; } //# sourceMappingURL=User.d.ts.map