import React from 'react'; type DateFormatterProps = { dateString: string; }; declare const DateFormatter: React.FC; export default DateFormatter;