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