import React from 'react'; import type { ActivityIndicatorProperties } from 'react-native'; export declare type LoadingProps = Pick; export declare const Loading: React.FunctionComponent;