import React from 'react'; type TimestampProps = { publishedTimestamp: string; textCase?: 'sentence'; }; declare const TimeStamp: React.FC; export default TimeStamp;