/// import { AllSystemProps } from "./system/unions"; export declare type BaseTextAreaProps = AllSystemProps; export declare const BaseTextArea: import("styled-components").StyledComponent<"textarea", any, import("react").PropsWithChildren, never>;