import { Size } from './types'; declare const FieldWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { themeStatus?: "error" | "success" | "warning" | "validating" | undefined; }, never>; declare const ValidateIconWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { themeSize: Size; }, never>; declare const ValidateSuffixWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; declare const TextAreaWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { themeSize: Size; }, never>; export { FieldWrapper, ValidateIconWrapper, ValidateSuffixWrapper, TextAreaWrapper, };