import type { AssetsFinder } from "../../helpers"; import type { IProfilePicture, TLanguage } from "../../types"; export declare class ProfilePicture { id: number; name: string; icon?: string; constructor(assets: AssetsFinder, language: TLanguage, profilePicture: IProfilePicture); }