import { FormValues, InputProps } from "./type"; export declare function Textarea(props: InputProps): import("react/jsx-runtime").JSX.Element;