/// <reference types="react" />
import { EmojiPopupProps } from "../types";
declare const EmojiPopup: ({ input, value: userPropInputText, setValue: setUserPropInputText, theme, strict, listMax, maxWidth, maxHeight, footer, placeholder, ariaLabel, ...props }: EmojiPopupProps) => JSX.Element;
export default EmojiPopup;
//# sourceMappingURL=EmojiPopup.d.ts.map