interface Window { EXIF: { getAllTags: (any) => object; getData: (HTMLElement, any) => void; }; } export default function(any): void;