import { ViewStyle, TextStyle } from 'react-native'; export interface IBadgeStyle { wrap: ViewStyle; textCornerWrap: ViewStyle; dot: ViewStyle; dotSizelarge: ViewStyle; textDom: ViewStyle; textCorner: ViewStyle; textCornerlarge: ViewStyle; text: TextStyle; } declare const _default: { wrap: { flexDirection: string; }; textCornerWrap: { overflow: string; }; dot: { width: number; height: number; borderRadius: number; backgroundColor: string; position: string; top: number; right: number; }; dotSizelarge: { width: number; height: number; borderRadius: number; }; textDom: { paddingVertical: number; paddingHorizontal: number; backgroundColor: string; borderRadius: number; borderStyle: string; position: string; top: number; right: number; }; textCorner: { width: number; backgroundColor: string; transform: { rotate: string; }[]; position: string; top: number; }; textCornerlarge: { width: number; top: number; }; text: { color: string; textAlign: string; }; }; export default _default;