import { FC, PropsWithChildren, TextareaHTMLAttributes } from "react"; import { TextAreaProps } from "./TextAreaProps"; import "./text-area.scss"; export type { TextAreaProps }; export declare const TextAreaComponent: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export declare const TextAreaProvider: FC;