import { TextInput, View, Animated } from 'react-native'; import type { Theme } from '@emotion/react'; export type State = 'default' | 'filled' | 'disabled' | 'readonly' | 'error'; type Variant = 'text' | 'textarea'; declare const StyledContainer: import("@emotion/native").StyledComponent | undefined; }>; declare const StyledLabelContainerInsideTextInput: import("@emotion/native").StyledComponent> & { theme?: Theme; as?: React.ElementType; } & { themeVariant: Variant; }, {}, {}>; declare const StyledLabelInsideTextInput: import("@emotion/native").StyledComponent | undefined; }>; declare const StyledAsteriskLabelInsideTextInput: import("@emotion/native").StyledComponent; declare const StyledErrorContainer: import("@emotion/native").StyledComponent | undefined; }>; declare const StyledError: import("@emotion/native").StyledComponent; declare const StyledMaxLengthMessage: import("@emotion/native").StyledComponent; declare const StyledHelperText: ({ children, fontWeight, intent, allowFontScaling, fontStyle, style, testID, ...nativeProps }: import("../..").CaptionProps) => import("react").JSX.Element; declare const StyledTextInput: import("@emotion/native").StyledComponent | undefined; }>; declare const StyledBorderBackDrop: import("@emotion/native").StyledComponent | undefined; }>; declare const StyledTextInputContainer: import("@emotion/native").StyledComponent | undefined; }>; declare const StyledInputContentContainer: import("@emotion/native").StyledComponent | undefined; }>; declare const StyledTextInputAndLabelContainer: import("@emotion/native").StyledComponent | undefined; }>; declare const StyledErrorAndHelpTextContainer: import("@emotion/native").StyledComponent | undefined; }>; declare const StyledErrorAndMaxLengthContainer: import("@emotion/native").StyledComponent | undefined; }>; export { StyledTextInputContainer, StyledAsteriskLabelInsideTextInput, StyledTextInput, StyledError, StyledMaxLengthMessage, StyledLabelInsideTextInput, StyledContainer, StyledErrorContainer, StyledHelperText, StyledInputContentContainer, StyledTextInputAndLabelContainer, StyledLabelContainerInsideTextInput, StyledErrorAndHelpTextContainer, StyledBorderBackDrop, StyledErrorAndMaxLengthContainer, };