import type { Child, Disposer } from '../types'; declare const render: (child: Child, parent?: Element | null) => Disposer; export default render;