import { type MaybeRef } from '@vueuse/core'; import { type ElementInstance } from '../../types'; export declare const generateFieldId: (element?: MaybeRef) => string;