import type { FormItemRendererFC } from 'jamis-core';
import type { TextAreaControlProps } from '../types';
export declare const TextAreaControlRenderer: FormItemRendererFC<TextAreaControlProps>;
