import React from 'react'; import type { IPlayground } from './types'; import './index.less'; export declare const Playground: React.FC; export declare const PlaygroundSandbox: React.FC;