chromium/third_party/material_web_components/components-chromium/node_modules/@material/web/select/internal/selectoption/harness.d.ts

/**
 * @license
 * Copyright 2022 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */
import { ListItemHarness } from '../../../list/internal/listitem/harness.js';
/**
 * Test harness for menu item.
 */
export declare class SelectOptionHarness extends ListItemHarness {
}