/// declare const DateSection: ({ before, after }: { before: any; after: any; }) => JSX.Element; export default DateSection;