1 | import React from 'react';
|
2 | import { ViewStyle, ActivityIndicatorProps, StyleProp } from 'react-native';
|
3 | import { Theme } from '../config/theme';
|
4 | export declare type DialogLoadingProps = {
|
5 | loadingStyle?: StyleProp<ViewStyle>;
|
6 | loadingProps?: ActivityIndicatorProps;
|
7 | theme?: Theme;
|
8 | };
|
9 | declare const _default: React.FunctionComponent<Omit<DialogLoadingProps, keyof import("../config").ThemeProps<T>>> | React.ForwardRefExoticComponent<DialogLoadingProps>;
|
10 | export default _default;
|