export default Authentication; declare function Authentication({ auth_type, access_token_url, access_token_custom_headers, client_id, client_secret, client_auth, custom_auth_params, custom_query_params, add_token_to, header_prefix, grant_type, scopes, username, bearer_token, password, auth_url, multiple_auth_enabled, optionchanged, }: { auth_type: any; access_token_url: any; access_token_custom_headers: any; client_id: any; client_secret: any; client_auth: any; custom_auth_params: any; custom_query_params: any; add_token_to: any; header_prefix: any; grant_type: any; scopes: any; username: any; bearer_token: any; password: any; auth_url: any; multiple_auth_enabled: any; optionchanged: any; }): import("react/jsx-runtime").JSX.Element | null;