import type { MessageProps } from './types'; import type { DefaultOneChatGenerics } from '../../types'; /** * The Message component is a context provider which implements all the logic required for rendering * an individual message. The actual UI of the message is delegated via the Message prop on Channel. */ export declare const Message: (props: MessageProps) => JSX.Element; //# sourceMappingURL=Message.d.ts.map