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