import React from 'react'; export interface GFormProps { [propsName: string]: any; } declare const GForm: React.FC; export default GForm;