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