import React from 'react';
export declare const Duration: ({ timestamp }: {
    timestamp: Date;
}) => React.JSX.Element;
