/**
* @license
* Copyright 2023 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import { Validator } from './validator.js';
/**
* Constraint validation for a text field.
*/
export interface TextFieldState {
/**
* The input or textarea state to validate.
*/
state: InputState | TextAreaState;
/**
* The `` or `