/** * Borrowed from @react-aria/i18n */ /** * Provides localized string collation for the current locale. Automatically updates when the locale changes, * and handles caching of the collator for performance. */ export declare function useCollator(locale: string, options?: Intl.CollatorOptions): Intl.Collator; //# sourceMappingURL=useCollator.d.ts.map