/** * Helpers for react components. */ export declare function setStatePromise(that: any, newState: any): Promise<{}>;