import { FC } from 'react'; export interface IFormikAutoSave { debounceMs?: number; isSaving: boolean; } export declare const FormikAutoSave: FC;