import * as React from 'react';
import { AuthProps } from 'amplify-auth-hooks';
export declare const AuthProvider: React.FC<AuthProps>;
