import * as react_jsx_runtime from 'react/jsx-runtime';
import * as React from 'react';

declare function Textarea({ className, ...props }: React.ComponentProps<"textarea">): react_jsx_runtime.JSX.Element;

export { Textarea };
