declare const _default: { container: { width: "100%"; }; label: { marginBottom: number; fontSize: number; fontWeight: "400"; letterSpacing: number; lineHeight: number; color: string; }; input: { width: "100%"; height: number; paddingHorizontal: number; paddingVertical: number; backgroundColor: string; borderWidth: number; borderRadius: number; textAlignVertical: "top"; fontSize: number; fontWeight: "400"; letterSpacing: number; lineHeight: number; color: string; }; focused: { borderColor: string; }; blur: { borderColor: string; }; error: { borderColor: string; }; disabled: { backgroundColor: string; }; enabled: { backgroundColor: string; }; bottomContainer: { marginTop: number; flexDirection: "row"; alignItems: "center"; }; invalid: { color: string; flex: number; fontSize: number; fontWeight: "400"; letterSpacing: number; lineHeight: number; }; count: { color: string; fontSize: number; fontWeight: "400"; letterSpacing: number; lineHeight: number; }; description: { color: string; fontStyle: "italic"; fontSize: number; fontWeight: "400"; letterSpacing: number; lineHeight: number; width: "100%"; marginTop: number; }; }; export default _default;