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