import { ChartsLocaleText } from "./utils/chartsLocaleTextApi.js";
export declare const enUSLocaleText: ChartsLocaleText;
export declare const DEFAULT_LOCALE: ChartsLocaleText;
export declare const enUS: {
  components: {
    MuiChartsLocalizationProvider: {
      defaultProps: {
        localeText: {
          loading?: string | undefined;
          noData?: string | undefined;
        };
      };
    };
  };
};