import React from 'react'; import { JssInjectedProps } from 'rsg-components/Styled'; interface PlaygroundErrorProps extends JssInjectedProps { message: string; } export declare const PlaygroundErrorRenderer: React.FunctionComponent; declare const _default: React.ComponentType>; export default _default;