export declare const TextArea: import("@planda/styled-system/jsx").StyledComponent<"textarea", { size?: "1" | "2" | "3" | undefined; state?: "invalid" | "valid" | undefined; cursor?: "text" | "default" | undefined; }>;