import React from 'react'; declare const withNativeProps: (WrappedCmp: any) => (props: any) => React.JSX.Element; export default withNativeProps;