import React from 'react'; import { FormGroupProps } from '@material-ui/core'; declare type VeryOpenRefType = ((instance: unknown) => void) | React.MutableRefObject | null; declare const FormGroup: React.ElementType; export { FormGroup };