import * as React from 'react'; import type { InputFormOptions, FormProps } from './types'; export declare function withFormHandler(Component: React.ComponentType>, options: InputFormOptions): React.FC;