export type PlaygroundProps = { componentName: string | undefined; }; export declare function getPlayground(props: PlaygroundProps): React.ReactNode; export declare function Playground({ componentName, }: PlaygroundProps): React.ReactNode;