export const t: jest.Mock; export function useTranslation(): { t: jest.Mock; i18n: { loadNamespaces: jest.Mock; }; }; export function withTranslation(): (Component: any) => (props: any) => import("react/jsx-runtime").JSX.Element;