import { Component } from 'react'; declare class FormTemplateExample extends Component { handleSubmit: (data: any) => void; render(): JSX.Element; } export default FormTemplateExample;