import { PlaygroundProps } from './Playground.types'; export declare const Playground: (props: PlaygroundProps) => JSX.Element;