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