import View from '../ui/view.js'; declare class Doc { static render(view: View, dom?: string | HTMLElement): View | undefined; } export default Doc;