import React from 'react'; import { IMessage } from '../Models'; import { ReactionPickerProps } from './types'; /** * Lightweight quick-picker shown on long-press: a floating row of emojis * anchored to the pressed bubble. For a full emoji browser, pass a custom * component via `reactions.renderReactionPicker` (see the example app). */ export declare const ReactionPicker: (props: ReactionPickerProps) => React.ReactElement | null; //# sourceMappingURL=ReactionPicker.d.ts.map