import React from 'react'; declare const withDefaults: (component: React.ComponentType

, defaultProps: DP) => React.ComponentType & Pick>>; export default withDefaults;