import * as React from 'react';
import { type StyleProp, type ViewStyle } from 'react-native';
type Props = {
    visible: boolean;
    children: React.ReactNode;
    style?: StyleProp<ViewStyle>;
};
export declare function ResourceSavingView({ visible, children, style, ...rest }: Props): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=ResourceSavingView.d.ts.map