import React from 'react'; import { TranspilerPaneOptions } from '../../../utils/Panes'; import type { ExternalStyles, PlaygroundOptions } from '../Workspace'; interface Props { options: TranspilerPaneOptions; externalStyles: ExternalStyles; activeFile: string; transpilerCache: Record; playgroundOptions: PlaygroundOptions; } declare const _default: (props: Props) => React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)> | null; export default _default;