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