import React from 'react'; export type { FooterProps } from 'react-day-picker'; export declare const Footer: (props: React.HTMLAttributes) => React.JSX.Element;