import { IFormHandler } from './interfaces.js';
export declare function FormHandler(props: IFormHandler): import("react/jsx-runtime").JSX.Element;
