/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ import { AsyncFactoryFn, BaseHarnessFilters, ComponentHarness, ComponentHarnessConstructor, HarnessPredicate, TestElement } from '@angular/cdk/testing'; import { RadioButtonHarnessFilters, RadioGroupHarnessFilters } from './radio-harness-filters'; export declare abstract class _MatRadioGroupHarnessBase & { with: (options?: ButtonFilters) => HarnessPredicate