export declare const imageNodeName = "image"; export declare const ImageAttr: { readonly Src: "src"; readonly Alt: "alt"; readonly Title: "title"; readonly Loading: "loading"; };