import { PickerProps } from 'emoji-picker-react';
interface EmojiPickerProps extends PickerProps {
    className?: string;
}
export default function EmojiPicker(inProps: EmojiPickerProps): JSX.Element;
export {};
