import { DatePickersLocale } from '../types'; /** * Hook to get DatePickers locale text with fallback defaults. * Follows MUI's pattern of providing complete locale object with proper fallbacks. * @returns Complete DatePickersLocale object with all required strings and functions */ export declare function useDatePickersLocale(): Required;