import React from 'react'; declare const withTransformProps: (Component: any) => React.ForwardRefExoticComponent & React.RefAttributes>; export default withTransformProps;