import React from 'react'; import { MessageContextValue } from '../../context/MessageContext'; import type { DefaultOneChatGenerics, IconProps } from '../../types'; export declare type MessageOptionsProps = Partial, 'handleOpenThread'>> & { ActionsIcon?: React.ComponentType; displayReplies?: boolean; messageWrapperRef?: React.RefObject; ReactionIcon?: React.ComponentType; theme?: string; ThreadIcon?: React.ComponentType; }; export declare const MessageOptions: (props: MessageOptionsProps) => JSX.Element | null; //# sourceMappingURL=MessageOptions.d.ts.map