/** * @license * Copyright 2023 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { Field } from '../field/internal/field.js'; import { Harness } from '../testing/harness.js'; import { Select } from './internal/select.js'; import { SelectOptionHarness } from './internal/selectoption/harness.js'; /** * Test harness for menu. */ export declare class SelectHarness extends Harness