import { Property, View } from '@nativescript/core'; export declare class ImageCacheCommon extends View { src: string; stretch: string; isLoading: boolean; constructor(); } export declare const srcProperty: Property; export declare const isLoadingProperty: Property;