import React from 'react'; import { DeepPartial } from './types'; type PropsEvalFunction
= (props: P) => P; export declare const withDefaultProps:
(Component: React.ComponentType
, defaultProps?: DeepPartial
| PropsEvalFunction
| undefined, defaultPresetsPath?: string, enhanceOverrides?: object) => React.FC
; export {}; //# sourceMappingURL=with-default-props.d.ts.map