import { FC } from 'react';
import { Props } from './ReactionPicker.types';
import './ReactionPicker.style.scss';
/**
 * @deprecated Use the equivalent from momentum.design (NPM: `@momentum-design/components/dist/react`)
 */
declare const ReactionPicker: FC<Props>;
export default ReactionPicker;
