export declare const utilsSubmitForm: (config: { url: string; method: string; params: { [propName: string]: any; }; }) => void;