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