import React from 'react';
export declare function TimeAgo({ time }: {
    time: string;
}): React.JSX.Element;
//# sourceMappingURL=TimeAgo.d.ts.map