/** * @deprecated -- there's probably a better way to do this, but I also don't know what its for */ export declare const isLocaleRTL: (locale: string) => boolean;