import type { ComponentType } from 'react'; export default function decorateWithComponentProps
(EmbeddedComponent: ComponentType
, extraProps?: Partial
): ComponentType
; //# sourceMappingURL=decorateComponentWithProps.d.ts.map