import * as React from 'react'; declare const OktaError: React.FC<{ error: Error; }>; export default OktaError;