import React from 'react';
export type EmojiProps = {
    className?: string;
    ariaLabel?: string;
    symbol: string;
};
declare const Emoji: React.FC<EmojiProps>;
export { Emoji, };
//# sourceMappingURL=Emoji.d.ts.map