*
First, make sure we can access the current Task data.
*
Task SID: {task ? task.taskSid : 'No task selected'}
*
* );
* }
* }
*
* // The withTaskContext() helper function creates a
* // Higher-Order Component that uses the Context API
* // to access Task data, then adds the Task data to
* // the wrapped component.
* export default withTaskContext(MyComponent);
*/
export declare function withTaskContext