import { ImageProps } from 'react-native';
type SmartImageProps = ImageProps & {
    fallback?: any;
};
export declare const SmartImage: ({ source, fallback, ...props }: SmartImageProps) => import("react/jsx-runtime").JSX.Element;
export {};
