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