import React from 'react'; import { WithTranslation } from 'react-i18next'; interface PlayGroundProps { exampleSections: any; location: Location; description: string; markdownRemark: any; categories: string[]; allDemos: any; } declare const _default: React.ComponentType & import("react-i18next").WithTranslationProps>; export default _default;