import { TextareaProps } from '@chakra-ui/react'; declare type LabelProps = { label: string; }; export declare type TextareaLabelProps = TextareaProps & LabelProps; export {};