import type { ComponentType, Key } from 'react'; export declare function withDefaultProps = any>(Component: ComponentType, defaultProps: T): ComponentType; export default withDefaultProps;