export default PeriodIndication; declare function PeriodIndication({ startDate, endDate }: { startDate: any; endDate: any; }): JSX.Element;