import React from 'react'; import type { StreamMessage } from '../../context/ChannelStateContext'; import type { DefaultStreamChatGenerics } from '../../types/types'; export declare const defaultTimestampFormat = "h:mmA"; export type MessageTimestampProps = { calendar?: boolean; customClass?: string; format?: string; message?: StreamMessage; }; export declare const MessageTimestamp: (props: MessageTimestampProps) => React.JSX.Element | null; //# sourceMappingURL=MessageTimestamp.d.ts.map