type Props = Record; export declare const forwardCallbackProps: (ownProps: P1, overrideProps: P2) => P1 & P2; export {};