import React from 'react'; export interface FormProps extends React.HTMLAttributes { as?: string; }