/// <reference types="react" />
import { Theme } from '@mui/material';
import type { RootTextAreaProps } from './TextArea.types';
declare const BaseTextArea: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<Theme> & RootTextAreaProps, import("react").DetailedHTMLProps<import("react").TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, {}>;
export default BaseTextArea;
