import { IntlShape } from 'react-intl'; import { DataFormatConfig, DataFormatNotationType } from '../types'; export declare const EU_NOTATION: DataFormatNotationType; export declare const US_NOTATION: DataFormatNotationType; export declare const DEFAULT_DATA_FORMAT_NOTATION: DataFormatNotationType; export declare const DEFAULT_DATA_FORMAT_CONFIG: DataFormatConfig; export declare const DEFAULT_DATA_FORMAT_INTL: IntlShape;