chromium/third_party/material_web_components/components-chromium/node_modules/@material/web/radio/harness.d.ts

/**
 * @license
 * Copyright 2022 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */
import { Harness } from '../testing/harness.js';
import { Radio } from './internal/radio.js';
/**
 * Test harness for radio.
 */
export declare class RadioHarness extends Harness<Radio> {
    getInteractiveElement(): Promise<HTMLElement>;
}