import type { PropertyValues } from 'lit'; export declare const useUpdate: (func: (changedProps: PropertyValues) => void, deps?: string[]) => void; //# sourceMappingURL=use-update.d.ts.map