import { CustomFormControlHarness } from '@ngspot/ng-superclass/testing'; export declare class TwoInputsHarness extends CustomFormControlHarness { static hostSelector: string; input1El: import("@angular/cdk/testing").AsyncFactoryFn; input2El: import("@angular/cdk/testing").AsyncFactoryFn; value(): Promise; setValue(newValue: string): Promise; touch(): Promise; }