import React from 'react'; import type { WithAuthenticatorOptions } from './types'; export default function withAuthenticator(Component: React.ComponentType, options?: WithAuthenticatorOptions): (props: Props) => React.JSX.Element;