declare const styles: { label: { marginBottom: number; }; dropdown: { flexDirection: "row"; backgroundColor: string; borderRadius: number; borderWidth: number; borderColor: string; padding: number; alignItems: "center"; }; dropdownOpen: { borderColor: string; }; dropdownError: { borderColor: string; }; dropdownDisabled: { backgroundColor: string; borderColor: string; }; iconDropdown: { height: number; width: number; marginLeft: number; }; textValue: { flex: number; marginLeft: number; }; textPlaceholder: { color: string; }; textError: { marginTop: number; color: string; }; logoPlaceholder: { width: number; height: number; }; }; export default styles;