import { type NonEmptyProps, type VNode } from '../../core/types'; export declare function createWrappedFunction(methodName: string | string[], applyValue?: (newProps: NonEmptyProps, dom: any, isMounting: boolean, newVNode: VNode) => void): (e: Event) => void;