import { BrowserHost } from '../../types.js'; export interface PlaygroundContext { readonly host: BrowserHost; readonly setContent: (content: string) => void; } export declare const PlaygroundContextProvider: import('react').Provider; export declare function usePlaygroundContext(): PlaygroundContext; //# sourceMappingURL=playground-context.d.ts.map