import React from 'react'; import type { IControlSchema } from '../../../interface'; interface Props { controlSchema: IControlSchema; } export declare const TextArea: React.FC; export {};