import React from 'react';
declare const withTransformProps: (Component: any) => React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>;
export default withTransformProps;
