import type { CodeViewProps } from "./interfaces"; export type { CodeViewProps }; export default function CodeView(props: CodeViewProps): import("react/jsx-runtime").JSX.Element;