export interface KoraIpfsImageProps { src: string; alt?: string; width?: number; class?: string; /** Server-signed NFTCDN URL — the fingerprint-based recovery tier, tried after IPFS gateways. */ nftcdnUrl?: string; } export declare const IPFS_IMAGE_INNER = "\"\""; export declare function renderKoraIpfsImage(props: KoraIpfsImageProps): string; //# sourceMappingURL=template.d.ts.map