import * as React from 'react';
import { FormProps } from './types.js';
export declare const Form: React.FC<FormProps>;
