import * as React from "react"; import type { CodeViewerProps } from "../CodeViewer"; export declare const SandpackTranspiledCode: ({ className, ...props }: CodeViewerProps & React.HTMLAttributes) => JSX.Element;