import type { Ref, ComputedRef } from '@vue/reactivity'; import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from '@vue/runtime-core'; import type { FormValue } from '@tmagic/form'; declare const _default: DefineComponent<{}, { values: Ref; configForm: Ref; curFormConfig: any; propsPanelSize: ComputedRef; submit(): Promise; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "mounted"[], "mounted", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly> & { onMounted?: ((...args: any[]) => any) | undefined; }, {}>; export default _default;