import State from "../../../state"; import Agile from "../../../index"; export declare function AgileHOC(ReactComponent: any, deps?: Array | { [key: string]: State; } | State, agileInstance?: Agile): any;