import * as React from 'react'; export type FormikFormProps = Pick, Exclude, 'onReset' | 'onSubmit'>>; export declare const Form: React.ForwardRefExoticComponent, HTMLFormElement>, "ref"> & React.RefAttributes>;