import React from "react";
export interface Props {
    emoji: string;
    infoLength: number;
}
export declare const ImgEmoji: React.FC<Props>;
