import { FormInstance } from '@ez-form/core'; export declare const getFormData: (form?: FormInstance) => { name: string; value: any; }[];