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