import type { WebAwesomeFormControl } from '../webawesome-form-associated-element.js'; /** Runs a set of generic tests for Web Awesome form controls */ export declare function runFormControlBaseTests(tagNameOrConfig: string | { tagName: string; init?: (control: T) => void; variantName: string; }): void;