import React from 'react';
declare function withScorm(): (WrappedComponent: any) => (props: any) => React.JSX.Element;
export default withScorm;
