/// <reference types="react" />
import type { FormGroupProps } from '../type';
declare const FormGroup: import("react").NamedExoticComponent<FormGroupProps>;
export default FormGroup;
