import { Constructor } from "../common/types"; declare const revertible: (propsToWatch: string[]) => >(BaseClass: T) => { new (...args: any[]): {}; } & T; export { revertible };