import React from 'react'; declare function withProps(Component: React.FC, predefineProps: CP, options?: { mergeFunction?: (predefineProps: CP, props: CP) => CP; debug?: boolean; }): (props: CP) => JSX.Element; export default withProps;