export declare const getTextareaInputStyles: (import("..").StyleFn>> | (({}: {}, { $autoSize }: { $autoSize: any; }) => "overflow-hidden" | "resize") | (({ theme }: { theme: any; }) => { width: string; '::placeholder': { color: any; }; }))[]; export declare const getTextareaInputContainerStyles: import("..").Styles[];