import { TextStyle, ViewStyle } from 'react-native'; import { Theme } from '../../style'; export interface ActivityIndicatorStyle { container: ViewStyle; innerContainer: ViewStyle; wrapper: ViewStyle; tip: TextStyle; toast: TextStyle; spinner: ViewStyle; } declare const _default: (theme: Theme) => { container: import("react-native").RegisteredStyle; innerContainer: import("react-native").RegisteredStyle; wrapper: import("react-native").RegisteredStyle; tip: import("react-native").RegisteredStyle; toast: import("react-native").RegisteredStyle; spinner: import("react-native").RegisteredStyle; }; export default _default;