import { Elements } from '../types'; declare const useElementUpdater: (elements: Elements) => void; export default useElementUpdater;