import React from 'react'; import type { ViewStyle } from 'react-native'; interface Props { style?: ViewStyle; color?: string; spinner?: string; } export declare const Loader: (props: Props) => React.JSX.Element; export {}; //# sourceMappingURL=Loader.d.ts.map