export default OpenapiAuth; declare function OpenapiAuth({ username, password, bearer_token, optionchanged, authObject, api_keys, access_token_url, client_id, client_secret, client_auth, custom_auth_params, custom_query_params, add_token_to, header_prefix, grant_type, scopes, auth_url, auth_type, }: { username: any; password: any; bearer_token: any; optionchanged: any; authObject: any; api_keys: any; access_token_url: 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; auth_url: any; auth_type: any; }): import("react/jsx-runtime").JSX.Element | null;