import React from 'react'; import { Textarea } from '@cloudflare/component-textarea'; import { BaseProps } from './Base'; export declare type TextareaProps = BaseProps, 'placeholder'>, ValueType>; export default function FormTextarea(props: TextareaProps): JSX.Element;