export declare const updateDeprecatedProps: (deprecatedPropList: any, updatedPropsList: any) => any; declare const withDeprecatedProp: (WrappedComponent: any, deprecatedPropList: any, deprecatedComponentName?: any) => any; export default withDeprecatedProp;