declare const _default: { iosContainer: { zIndex: number; }; androidContainer: {}; label: { fontSize: number; fontWeight: "400"; letterSpacing: number; lineHeight: number; color: string; }; selectContainer: { width: "100%"; height: number; flexDirection: "row"; marginTop: number; }; content: { borderWidth: number; borderRadius: number; fontSize: number; fontWeight: "400"; letterSpacing: number; lineHeight: number; color: string; paddingHorizontal: number; paddingVertical: number; flex: number; backgroundColor: string; }; focused: { borderColor: string; }; blur: { borderColor: string; }; error: { borderColor: string; }; expandTop: { borderBottomColor: string; borderBottomLeftRadius: number; borderBottomRightRadius: number; }; expandBototm: { borderTopColor: string; borderTopLeftRadius: number; borderTopRightRadius: number; }; disabled: { backgroundColor: string; }; enabled: { backgroundColor: string; }; arrowReverse: { position: "absolute"; alignSelf: "center"; right: number; transform: { scaleY: number; }[]; }; arrowUp: { position: "absolute"; alignSelf: "center"; right: number; }; guideline: { height: number; backgroundColor: string; }; dropdown: { position: "absolute"; elevation: number; zIndex: number; maxHeight: number; borderWidth: number; backgroundColor: string; borderLeftColor: string; borderRightColor: string; width: "100%"; }; dropdownTop: { borderBottomLeftRadius: number; borderBottomRightRadius: number; borderTopColor: string; borderBottomColor: string; }; dropdownBottom: { borderTopLeftRadius: number; borderTopRightRadius: number; borderTopColor: string; borderBottomColor: string; }; itemContainer: { display: "flex"; flexDirection: "row"; width: "100%"; height: number; }; selected: { backgroundColor: string; }; notSelected: { backgroundColor: string; }; itemText: { fontSize: number; fontWeight: "400"; letterSpacing: number; lineHeight: number; color: string; flex: number; paddingHorizontal: number; paddingVertical: number; }; itemImage: { position: "absolute"; alignSelf: "center"; right: number; }; invalid: { color: string; fontSize: number; fontWeight: "400"; letterSpacing: number; lineHeight: number; marginTop: number; }; }; export default _default;