import { PropsWithChildren } from 'react'; import { IRuntimeContext } from '../types'; export declare function RuntimeProvider(props: PropsWithChildren): JSX.Element;