import React from 'react'; import { ViewStyle, ActivityIndicatorProps, StyleProp } from 'react-native'; import { Theme } from '../config/theme'; export declare type DialogLoadingProps = { loadingStyle?: StyleProp; loadingProps?: ActivityIndicatorProps; theme?: Theme; }; declare const _default: React.FunctionComponent> | React.ForwardRefExoticComponent; export default _default;