/**
* Binds the "this" argument of all functions on a class instance to the instance
* @param obj - class instance (typically a react component)
*/
export declarefunctionautobind(obj: object, predefined?: string[]): void;
//# sourceMappingURL=autobind.d.ts.map