import React from 'react'; import { Authenticator } from '../authenticator'; export declare const BindForm: () => React.ReactElement<{ authenticator: Authenticator; }, string | React.JSXElementConstructor>;