/** * Restore the record values which should override any default values specified on the form. */ declare const useInitializeFormWithRecord: (record: any) => void; export default useInitializeFormWithRecord;