import * as _chakra_ui_system_dist_system_types from '@chakra-ui/system/dist/system.types'; import { FormControlProps as FormControlProps$1 } from '@chakra-ui/react'; type FormControlProps = FormControlProps$1; declare const FormControl: _chakra_ui_system_dist_system_types.ComponentWithAs<"div", FormControlProps$1>; export { FormControl, FormControlProps };