import type { StatefulTextareaProps } from './types'; export default function StatefulTextarea(props: StatefulTextareaProps): import("react/jsx-runtime").JSX.Element;