import { VNode, Types, Reference, VNodeElement } from './types'; export declare function mountProps(vNode: VNode, type: Types, props: any, dom: Element, isSVG: boolean): void; export declare function patchProp(prop: string, lastValue: any, nextValue: any, dom: Element, isSVG: boolean, isFormElement: boolean, hasControlledValue: Reference, lastVNode: VNodeElement | null): void;