import React from 'react';
import type { IPlayground } from '@/Playground/types';
export declare const Sandbox: React.FC<IPlayground>;
