/// export interface PlaygroundContextProps { useDescription: boolean; } export declare const PlaygroundContext: import("react").Context;