import type { Locale } from 'date-fns';
/**
 * The default formatter for the caption.
 */
export declare function formatCaption(month: Date, options?: {
    locale?: Locale;
}): string;
