/// <reference types="react" />
import { FeedDateProps } from './type';
declare const FeedDate: {
    ({ as, className, content, children, ...props }: FeedDateProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
    displayName: string;
};
export default FeedDate;
