/** * Represent all the locales that are right-to-left */ export declare const LOCALE_RTL: string[]; /** * Represent the corresponding locale code used by Material-UI */ export declare const LOCALE_MUI_CODE: Record;