import Aligner from "../_private/Aligner"; import TextArea from "./TextArea"; declare const TextAreaRoot: typeof TextArea & { Aligner: typeof Aligner; }; export default TextAreaRoot; export type { Props as TextAreaProps } from "./TextArea.types";