import type { RefObject } from 'react'; /** * Works lie `useProps` but will check if prop/function has changed before assignment * @param ref * @param functions * @param functionMap */ export declare const useElementFunctions: >(ref: RefObject, functions?: Partial>, functionMap?: Set) => void; //# sourceMappingURL=useElementFunctions.d.ts.map