import React from 'react'; import type { IconProps } from '../../types/types'; type ReactionSelectorWithButtonProps = { ReactionIcon: React.ComponentType; }; /** * Internal convenience component - not to be exported. It just groups the button and the dialog anchor and thus prevents * cluttering the parent component. */ export declare const ReactionSelectorWithButton: ({ ReactionIcon, }: ReactionSelectorWithButtonProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ReactionSelectorWithButton.d.ts.map