import React from 'react'; import type { IRenderDateProps } from 'src/types/Chatty.types'; declare function _RenderDate(props: IRenderDateProps): JSX.Element; export declare const RenderDate: React.MemoExoticComponent; export {};