export default interface Response { view: HTMLElement; subtext?: string | HTMLElement; controller: { register: (cb: { applyAutoScale: boolean; customZoom: boolean; }) => void; zoomToFit: () => void; zoom1to1: () => void; is1to1: () => boolean; }; }