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