/************ Processor: ts ************/ // FILE: index.d.tsx declare namespace ns_index { /// function CopyableImplementation({ children }: { children: any; }): JSX.Element; } export import CopyableImplementation = ns_index.CopyableImplementation; export declare const hmr: {on: (event: string, listener: any) => void, off: (event: string, listener: any) => void };