import { PipeTransform } from '@angular/core'; /** Replaces emoji colons short names into their corresponding code-points sequence */ export declare class EmojiNamesPipe implements PipeTransform { transform(value: any): string; }