import { ActivityIndicator as ActivityIndicatorDefinition, IOSIndicatorViewStyle } from '.'; import { View } from '../core/view'; import { Property } from '../core/properties'; export declare class ActivityIndicatorBase extends View implements ActivityIndicatorDefinition { busy: boolean; iosIndicatorViewStyle: IOSIndicatorViewStyle; } export declare const busyProperty: Property; export declare const iosIndicatorViewStyleProperty: Property;