//#region src/common/constants.d.ts
/**
 * Default value for the select all option in RHFMultiAutocomplete
 * and RHFMultiAutocompleteObject components.
 */
declare const selectAllOptionValue = "__ALL__";
//#endregion
export { selectAllOptionValue };