import { ReactNode } from 'react'; import { TFunction } from '../i18n'; export declare const I18nDemo: ({ children }: { children: ((t: TFunction) => ReactNode) | ReactNode; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=i18nDemo.d.ts.map