export * from './field.api'; declare const _Field: import("vue").DefineSetupFnComponent<{ readonly: boolean; type: keyof import("./field.api").MapFieldTypeComponentProps; componentProps: any; componentSlots: any; componentRef: (el: any) => void; }, {}, {}, { readonly: boolean; type: keyof import("./field.api").MapFieldTypeComponentProps; componentProps: any; componentSlots: any; componentRef: (el: any) => void; } & {}, import("vue").PublicProps> & import("vue").Plugin; export { _Field as Field }; export default _Field;