import { TextareaWrapperProps } from './ITextareaProps'; declare const TextareaWrapper: ({ ...props }: TextareaWrapperProps) => import("react/jsx-runtime").JSX.Element; export default TextareaWrapper;