import * as React from 'react'; export declare function useArchbaseStateWithCallback(initialState: T, callback: any): (T | React.Dispatch>)[];