import React from 'react'; import type { StreamMessage } from '../../context/ChannelStateContext'; import type { DefaultStreamChatGenerics } from '../../types/types'; export type MessageDeletedProps = { message: StreamMessage; }; export declare const MessageDeleted: (props: MessageDeletedProps) => React.JSX.Element; //# sourceMappingURL=MessageDeleted.d.ts.map