import { CaptionProps } from '../../components/Caption/Caption';
/**
 * Render a caption with the dropdowns to navigate between months and years.
 */
export declare function CaptionDropdowns(props: CaptionProps): JSX.Element;
