import { FeedBackComponentProps } from './types'; export default function Emoji({ onChange, count, style, buttonStyle, selectedButtonStyle, initialState }: FeedBackComponentProps): import("react/jsx-runtime").JSX.Element;