import { BoxProps } from "@specimen/foundation"; declare type Props = BoxProps; declare const TextArea: (props: Props) => import("@emotion/react/jsx-runtime").JSX.Element; export default TextArea;