import React from "react"; import { ViewStyle } from "react-native"; declare const Spinner: React.FC<{ color?: string; size?: number; style?: ViewStyle; }>; export default Spinner; //# sourceMappingURL=Spinner.d.ts.map