import { ILead } from '../models'; import { BaseSyntheticEvent } from 'react'; export default function submitLeadForm(submitHandler: (params: T) => any, { params, event, action, }: { params: T; event?: BaseSyntheticEvent; action?: string; }): Promise; export declare function sendFormGAEvent(e?: BaseSyntheticEvent): void; //# sourceMappingURL=submit-lead-form.d.ts.map