import { type IntlShape } from "../types.js";
export default function useIntl(this: void): IntlShape;
