import type { ZoraRuntimeCapabilitiesProps } from '../../../types/provider'; /*** Installs only web-relevant optional runtime capabilities. */ export declare function ZoraRuntimeCapabilities({ children, toast }: ZoraRuntimeCapabilitiesProps): string | number | bigint | boolean | Iterable | Promise> | Iterable | null | undefined> | import("react").JSX.Element | null | undefined; //# sourceMappingURL=ZoraRuntimeCapabilities.web.d.ts.map