declare const _default: { label: { fontSize: number; fontWeight: "400"; letterSpacing: number; lineHeight: number; color: string; }; inputContainer: { width: "100%"; height: number; flexDirection: "row"; marginTop: number; }; prefixContainer: { backgroundColor: string; alignItems: "center"; justifyContent: "center"; paddingHorizontal: number; borderWidth: number; borderRightWidth: number; borderTopLeftRadius: number; borderBottomLeftRadius: number; borderColor: string; }; prefix: { color: string; fontSize: number; fontWeight: "400"; letterSpacing: number; lineHeight: number; }; inputWithPrefix: { paddingHorizontal: number; paddingVertical: number; flex: number; backgroundColor: string; borderWidth: number; borderTopRightRadius: number; borderBottomRightRadius: number; }; inputWithoutPrefix: { paddingHorizontal: number; paddingVertical: number; flex: number; backgroundColor: string; borderWidth: number; borderRadius: number; }; focused: { borderColor: string; }; blur: { borderColor: string; }; error: { borderColor: string; }; disabled: { backgroundColor: string; }; enabled: { backgroundColor: string; }; validImage: { position: "absolute"; alignSelf: "center"; right: number; }; suffixWithValidImage: { position: "absolute"; alignSelf: "center"; right: number; }; suffixWithoutValidImage: { position: "absolute"; alignSelf: "center"; right: number; }; invalid: { color: string; fontSize: number; fontWeight: "400"; letterSpacing: number; lineHeight: number; marginTop: number; }; description: { fontWeight: "500"; color: string; fontSize: number; letterSpacing: number; lineHeight: number; marginTop: number; }; }; export default _default;