export { withProp as default }; declare function withProp(klass: C, prop: string, PropClass: K, handleNested?: (arg0: any, arg1: string, arg2: K) => any): C;