import { DOMElement } from '@wolf-tui/core'; export declare const patchProp: (el: DOMElement, key: string, _prevValue: unknown, nextValue: unknown) => void; //# sourceMappingURL=patchProp.d.ts.map