import * as _chakra_ui_system_dist_system_types from '@chakra-ui/system/dist/system.types'; import { TextareaProps as TextareaProps$1 } from '@chakra-ui/react'; type TextareaProps = Exclude & { label: string; }; /** * Text area that works with the `FormControl` component. * * Note that it requires you to pass a label. * * ```tsx * *