///
import { ESModuleReflection, AmbientModuleReflection, NamespaceReflection, DeclarationFileReflection } from '@tygen/reflector';
import { BaseView } from './view';
import { NavTree } from './ui/tree-render';
export declare class ModulePage extends BaseView {
tree: NavTree;
}>;
render(): JSX.Element;
}
//# sourceMappingURL=module.d.ts.map