import { FiberHost, HTMLElementEx, PropsOf } from './type'; export declare const updateElement: (dom: HTMLElementEx, aProps: PropsOf, bProps: PropsOf) => void; export declare const createElement: (fiber: FiberHost) => HTMLElement | Text | SVGElement;