declare const styles: { container: { backgroundColor: string; flexDirection: "row"; borderRadius: number; overflow: "hidden"; height: number; borderWidth: number; borderColor: string; }; flagButtonView: { width: "25%"; minWidth: number; justifyContent: "center"; flexDirection: "row"; alignItems: "center"; borderRightWidth: number; borderRightColor: string; paddingHorizontal: number; }; dropDownImage: { height: number; width: number; marginLeft: number; opacity: number; }; codeText: { fontSize: number; marginRight: number; fontWeight: "500"; color: string; letterSpacing: number; }; numberText: { flex: number; paddingHorizontal: number; fontSize: number; color: string; letterSpacing: number; textAlign: "left"; flexDirection: "row"; alignItems: "center"; }; }; export default styles; //# sourceMappingURL=styles.d.ts.map