/// <reference types="react" />
export declare const Playground: {
    (): JSX.Element;
    story: {
        name: string;
    };
};
