import * as React from "react";
interface Props {
    style?: any;
    resizeMode?: "center" | "stretch" | "cover" | "contain" | "repeat";
    source?: any;
    icon: any;
}
export declare const NetworkImage: React.ComponentType<Props>;
export {};
