import type { LabelOptions } from "../lib/dateLib.js"; import type { DateLib } from "../types/index.js"; /** * The ARIA label for the Weekday column header. * * @defaultValue `"Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"` * @group Labels * @see https://daypicker.dev/docs/translation#aria-labels */ export declare function labelWeekday(date: Date, options?: LabelOptions, /** @ignore */ dateLib?: DateLib): string;