import { I18nData } from './intl'; declare const useFormatMessage: (comName: string, defI18nData: I18nData) => any; export default useFormatMessage;