import * as React from 'react'; declare const StyledTextarea: React.ForwardRefExoticComponent, HTMLTextAreaElement>, "appearance" | "theme" | "state"> & { appearance?: "standard" | "modern" | undefined; state?: "error" | undefined; theme?: "grey" | "white" | undefined; } & { as?: React.ElementType; }>; export type TextareaProps = React.ComponentProps; export declare const Textarea: React.ForwardRefExoticComponent, HTMLTextAreaElement>, "appearance" | "theme" | "state"> & { appearance?: "standard" | "modern" | undefined; state?: "error" | undefined; theme?: "grey" | "white" | undefined; } & { as?: React.ElementType; }, "ref"> & React.RefAttributes>; export {};