import * as React from 'react'; export interface CalendarFooterProps { children?: React.ReactChild; }