import { PropsWithChildren } from 'react';
export declare const Textarea: ({ children, onChange, ...props }: PropsWithChildren<any>) => import("react/jsx-runtime").JSX.Element;
