import { t as UseAnnouncer } from "./use-announcer.types-BWMYvaFG.js"; //#region src/react/use-announcer/use-announcer.d.ts declare function useAnnouncer(): UseAnnouncer.IAnnouncerReturn; declare function buildMonthNavigationMessage(month: string, year: string): string; declare function buildDateSelectedMessage(date: string): string; declare function buildRangeSelectedMessage(from: string, to: string): string; declare function buildDateDisabledMessage(date: string): string; //#endregion export { useAnnouncer as a, buildRangeSelectedMessage as i, buildDateSelectedMessage as n, buildMonthNavigationMessage as r, buildDateDisabledMessage as t };