import type { ReactNode } from 'react'; export type MessageSystemTimestampProps = { children: ReactNode; title?: string; }; declare const MessageSystemTimestamp: (props: MessageSystemTimestampProps) => import("react/jsx-runtime").JSX.Element; export default MessageSystemTimestamp; //# sourceMappingURL=MessageSystemTimestamp.d.ts.map