import React from 'react'; declare const withDefaults: (component: React.ComponentType, defaultProps: TDefaultProps) => React.ComponentType & Pick>>; export default withDefaults;