import { ComponentLibInfoType, IWBody } from 'whimsical-shared'; declare type PlaygroundProps = { bodySchema?: IWBody; componentInfo?: ComponentLibInfoType; }; declare const Playground: { (props: PlaygroundProps): JSX.Element; displayName: string; }; export default Playground;