import { type Directive } from 'vue'; import { type AnyElementInstance } from '@myparcel/vue-form-builder'; type TestIdBinding = string | string[] | [string, AnyElementInstance]; export declare const testIdDirective: Directive; export {};