import { InputProps } from '../types'; export declare const TextAreaInput: import("styled-components").StyledComponent<"textarea", import("styled-components").DefaultTheme, InputProps, never>;