import type { ImageSourceType } from '../components/image'; export declare function isSvgUri(source?: ImageSourceType): any; export declare function isSvg(source?: ImageSourceType): any; export declare function isBase64ImageContent(data: string): boolean; export declare function getAsset(assetName?: string, assetGroup?: string): any;