export declare const style: { buttonDisable: { borderRadius: number; tintColor: string; }; buttonImage: { height: number; width: number; }; buttonIncreaseHorizontalLeft: { marginLeft: number; }; counterHorizontalCenter: { marginLeft: number; marginRight: number; }; counterHorizontalLeft: { marginRight: number; }; counterVertical: { marginBottom: number; marginTop: number; }; stepperHorizontalContainer: { alignItems: "center"; borderColor: string; borderWidth: number; flexDirection: "row"; justifyContent: "center"; padding: number; }; stepperVerticalContainer: { alignItems: "center"; borderColor: string; borderWidth: number; flexDirection: "column"; justifyContent: "center"; padding: number; }; }; export type { ImageStyle, RegisteredStyle, TextStyle, ViewStyle } from 'react-native';