import { CdsControlMessage as ControlMessage, CdsControlAction as ControlAction, CdsInternalControlGroup as ControlGroup, CdsControl as Control, CdsFormGroup as FormGroup } from '@cds/core/forms'; import '@cds/core/forms/register'; import * as React from 'react'; export declare const CdsControlMessage: React.ForwardRefExoticComponent, never> & Omit & {}> & React.RefAttributes>; export declare const CdsControlAction: React.ForwardRefExoticComponent, never> & Omit & {}> & React.RefAttributes>; export declare const CdsControlGroup: React.ForwardRefExoticComponent, never> & Omit & {}> & React.RefAttributes>; export declare const CdsControl: React.ForwardRefExoticComponent, never> & Omit & {}> & React.RefAttributes>; export declare const CdsFormGroup: React.ForwardRefExoticComponent, never> & Omit & {}> & React.RefAttributes>;