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