import { Framework } from "./index.js"; import { ReactNode } from "react"; import * as react_jsx_runtime0 from "react/jsx-runtime"; //#region src/framework/waku.d.ts declare function WakuProvider({ children, Link: CustomLink, Image: CustomImage }: { children: ReactNode; Link?: Framework['Link']; Image?: Framework['Image']; }): react_jsx_runtime0.JSX.Element; //#endregion export { WakuProvider };