import { FC } from 'react'; import { EmojiPickerProps } from '../../types'; declare const EmojiPicker: FC; export default EmojiPicker;