// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef IOS_CHROME_BROWSER_CREDENTIAL_EXCHANGE_UI_CREDENTIAL_EXPORT_CONSTANTS_H_
#define IOS_CHROME_BROWSER_CREDENTIAL_EXCHANGE_UI_CREDENTIAL_EXPORT_CONSTANTS_H_

#import <Foundation/Foundation.h>

// Accessibility identifier for the continue button.
extern NSString* const kCredentialExportContinueButtonAccessibilityIdentifier;

// Identifier for the Select/Deselect All button in the toolbar.
extern NSString* const kCredentialExportSelectAllButtonAccessibilityIdentifier;

// Identifier for the Download to CSV button in the toolbar.
extern NSString* const kCredentialExportFileButtonAccessibilityIdentifier;

#endif  // IOS_CHROME_BROWSER_CREDENTIAL_EXCHANGE_UI_CREDENTIAL_EXPORT_CONSTANTS_H_
