import React from 'react'; import { WithValue } from '@ui-schema/ui-schema/UIStore'; import { WidgetProps } from '@ui-schema/ui-schema/Widget'; import { MuiWidgetBinding } from '@ui-schema/ds-material/widgetsBinding'; export declare const FormGroupBase: React.ComponentType & WithValue>; export declare const FormGroup: React.ComponentType>;