import { FormControlProps } from './FormControl.types';
/**
* FormControl - A wrapper component that provides layout for form fields
*
* Combines label, input, and message components into a consistent form field layout.
* Uses FieldLabel, ErrorMessage, and AssistiveMessage components internally.
*
* @example
* ```tsx
* // Basic usage with label
*
*
*
*
* // With error state
*
*
*
*
* // With assistive text
*
*
*
*
* // With right adornment
* Generate}
* >
*
*
* ```
*/
export declare const FormControl: React.FC;
export default FormControl;
//# sourceMappingURL=FormControl.d.ts.map