import * as React from 'react'; /** * A standalone page to be used in a route called by external authentication services (e.g. OAuth) * after the user has been authenticated. * * Copy and adapt this component to implement your own login logic * (e.g. to show a different waiting screen, start onboarding procedures, etc.). * * @example * import MyAuthCallbackPage from './MyAuthCallbackPage'; * const App = () => ( * * ... * * ); */ export declare const AuthCallback: () => React.JSX.Element; //# sourceMappingURL=AuthCallback.d.ts.map