import React from 'react'; declare function contextEnhance(context: React.Context, setOnProp: string): (props: any) => any; export default contextEnhance;