/// <reference types="react" />
export declare function EmojiList({ scrollTop }: {
    scrollTop: number;
}): JSX.Element;
