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