export { default as UiField } from './src/field.vue'; export { default as UiFieldActive } from './src/active.vue'; export declare const fieldGlobal: { SINGLE_FIELD: symbol; FIELD_ACTIVE: symbol; };