import { FC } from 'react'; import { PlaygroundProps } from './BasePlayground'; /** * Component to display a live playground of component examples. Has custom actions for zooming, switch direction, review story source and configuration. */ export declare const Playground: FC;