import * as React from 'react'; import { MarginClassProps } from '../../utilities/marginClasses'; import { FormHandlers, AutocompleteAttribute } from './types'; declare const TextArea: React.ForwardRefExoticComponent<{ /** * textarea id を指定します */ id?: string | undefined; /** * textarea要素のaria-label を指定します。 `