interface ITextareaProps extends React.TextareaHTMLAttributes { $resizable?: boolean | undefined; } export declare const Wrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, "$chipPosition"> & { $chipPosition?: "top" | "bottom" | undefined; }, never> & Partial, HTMLDivElement>, "$chipPosition"> & { $chipPosition?: "top" | "bottom" | undefined; }, never>>> & string; export declare const ChipContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, "$chipPosition"> & { $chipPosition?: "top" | "bottom" | undefined; }, never> & Partial, HTMLDivElement>, "$chipPosition"> & { $chipPosition?: "top" | "bottom" | undefined; }, never>>> & string; export declare const StyledTextarea: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, "ref"> & { ref?: import("react").Ref; }, keyof ITextareaProps> & ITextareaProps, never> & Partial, "ref"> & { ref?: import("react").Ref; }, keyof ITextareaProps> & ITextareaProps, never>>> & string & Omit<(props: import("@lifesg/react-design-system").FormTextareaProps & import("react").RefAttributes) => React.ReactElement | null, keyof import("react").Component>; export {};