import { PropsWithChildren } from 'react'; import { StyleProp, ViewStyle } from 'react-native'; interface LoadingProps { loading?: boolean; dark?: boolean; style?: StyleProp; } export declare function Loading({ children, loading, dark, style }: PropsWithChildren): JSX.Element; export {}; //# sourceMappingURL=Loading.d.ts.map