import { TextStyle, ViewStyle } from 'react-native'; import { Theme } from '../../style'; export interface TagStyle { tag: ViewStyle; wrap: ViewStyle; wrapSmall: ViewStyle; text: TextStyle; textSmall: TextStyle; normalWrap: ViewStyle; normalText: TextStyle; activeWrap: ViewStyle; activeText: TextStyle; disabledWrap: ViewStyle; disabledText: TextStyle; close: ViewStyle; closeIOS: ViewStyle; closeAndroid: ViewStyle; closeText: TextStyle; closeTransform: ViewStyle; } declare const _default: (theme: Theme) => { tag: import("react-native").RegisteredStyle; wrap: import("react-native").RegisteredStyle; wrapSmall: import("react-native").RegisteredStyle; text: import("react-native").RegisteredStyle; textSmall: import("react-native").RegisteredStyle; normalWrap: import("react-native").RegisteredStyle; normalText: import("react-native").RegisteredStyle; activeWrap: import("react-native").RegisteredStyle; activeText: import("react-native").RegisteredStyle; disabledWrap: import("react-native").RegisteredStyle; disabledText: import("react-native").RegisteredStyle; close: import("react-native").RegisteredStyle; closeIOS: import("react-native").RegisteredStyle; closeAndroid: import("react-native").RegisteredStyle; closeText: import("react-native").RegisteredStyle; closeTransform: import("react-native").RegisteredStyle; }; export default _default;