import type { ThemeStylePropKey, ThemeTokenKey } from '../types/theme'; export declare const ComponentText: { Alert: { dismissButtonLabel: string; }; Autocomplete: { emptyText: string; loadingText: string; }; Collection: { searchButtonLabel: string; searchNoResultsFound: string; }; Fields: { clearButtonLabel: string; }; Message: { dismissLabel: string; }; PaginationItem: { currentPageLabel: string; nextLabel: string; pageLabel: string; previousLabel: string; }; PhoneNumberField: { countryCodeLabel: string; }; SearchField: { searchButtonLabel: string; }; PasswordField: { passwordIsHidden: string; passwordIsShown: string; showPassword: string; }; StepperField: { increaseButtonLabel: string; decreaseButtonLabel: string; }; }; export declare const stylePropsToThemeKeys: Record; export declare const ESCAPE_KEY = "Escape"; export declare const ENTER_KEY = "Enter"; export declare const ARROW_UP = "ArrowUp"; export declare const ARROW_DOWN = "ArrowDown";