/** * returns true if input is an image element * @param i */ export declare function isImage(i: any): i is HTMLImageElement;