import type { OneChatMessage } from '../../context/ChannelStateContext'; import type { DefaultOneChatGenerics } from '../../types'; export declare type FixedHeightMessageProps = { groupedByUser?: boolean; message?: OneChatMessage; }; /** * @deprecated - This UI component will be removed in the next major release. * * FixedHeightMessage - This component renders a single message. * It uses fixed height elements to make sure it works well in VirtualizedMessageList */ export declare const FixedHeightMessage: (props: FixedHeightMessageProps) => JSX.Element; //# sourceMappingURL=FixedHeightMessage.d.ts.map