import type { BaseFormControl } from '../base-form-control.js'; export declare function runFormControlBaseTests(tagNameOrConfig: string | { tagName: string; init?: (control: T) => void; variantName: string; }): void;