import { TextStyle, ViewStyle } from 'react-native'; import { Theme } from '../../style'; export interface BadgeStyle { wrap: ViewStyle; textCornerWrap: ViewStyle; dot: ViewStyle; dotSizelarge: ViewStyle; textDom: ViewStyle; textCorner: ViewStyle; textCornerlarge: ViewStyle; text: TextStyle; } declare const _default: (theme: Theme) => { wrap: import("react-native").RegisteredStyle; textCornerWrap: import("react-native").RegisteredStyle; dot: import("react-native").RegisteredStyle; dotSizelarge: import("react-native").RegisteredStyle; textDom: import("react-native").RegisteredStyle; textCorner: import("react-native").RegisteredStyle; textCornerlarge: import("react-native").RegisteredStyle; text: import("react-native").RegisteredStyle; }; export default _default;