export { withProps as default }; declare function withProps(klass: C, propertiesToOverride: { [x: string]: K; }, handleNested?: (arg0: any, arg1: { [x: string]: K; }) => any): C;