export default class Emoji { name: string; id: string; animated: boolean; available: boolean; constructor(d: any); }