import { FC } from 'react'; import { PlaygroundProps } from './BasePlayground'; export declare type StoryPlaygroundProps = { storyProps?: any; } & PlaygroundProps; export declare const StoryPlayground: FC;