import { FC } from 'react'; import { ActivityIndicatorProps } from 'react-native'; declare const Loader: FC; export { Loader as default };