import { HNode } from "./HNode"; export declare const updateComponent: (hNode: HNode) => void;