import { ReactNode } from 'react'; export declare const I18n: ({ children }: { children?: ReactNode; }) => import("react/jsx-runtime").JSX.Element;