/************ Processor: ts ************/ import * as dependency_0 from 'react'; // FILE: code.d.tsx declare namespace ns_code { /// function CopyableImplementation({ code }: { code: any; }): JSX.Element; } // FILE: view.d.tsx declare namespace ns_view { import PropsWithChildren = dependency_0.PropsWithChildren; function ImplementationResult({ code, children, }: PropsWithChildren<{ code: string; }>): JSX.Element; } export import ImplementationResult = ns_view.ImplementationResult; export declare const hmr: {on: (event: string, listener: any) => void, off: (event: string, listener: any) => void };