import { FibrProvider } from "@fibr/react"; import type { PropsWithChildren } from "react"; export declare function DawnBlockProvider({ children, plugins, }: PropsWithChildren>>): import("react/jsx-runtime").JSX.Element;