import type { useFormatter as useFormatterType } from 'use-intl';
export default function useFormatter(): ReturnType<typeof useFormatterType>;
