export declare const formatFormData: (currentForm: HTMLFormElement, formData?: Record) => { key: string; value: any; control: string; leadControl: string; isRequired: boolean; }[];