import type { DateLibOptions } from "../classes/DateLib.js";
/**
 * The ARIA label for the months dropdown.
 *
 * @defaultValue `"Choose the Month"`
 * @group Labels
 * @see https://daypicker.dev/docs/translation#aria-labels
 */
export declare function labelMonthDropdown(options?: DateLibOptions): string;
