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