type TextEditorPanelProps = { type: 'json' | 'html' | 'javascript'; value: string; }; export default function HighlightedCodePanel({ type, value }: TextEditorPanelProps): import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=HighlightedCodePanel.d.ts.map