/// import { ThKind } from '@c3/css'; import { BaseProps } from '../Common'; export declare type IRawTextAreaProps = BaseProps> & { kind?: ThKind | ThKind[]; }; export declare const RawTextArea: import("react").FC;