import { ReadiumElectronWebviewWindow } from "./state";
export declare function popoutImage(win: ReadiumElectronWebviewWindow, _cssSelectorOf_HTMLImg_SVGImage_SVGFragment: string, HTMLImg_SVGImage_SVGFragment: HTMLImageElement | SVGElement, HTMLImgSrc_SVGImageHref_SVGFragmentMarkup: string, isSVGFragment: boolean, _isSVGImage: boolean, focusScrollRaw: (el: HTMLOrSVGElement, doFocus: boolean, animate: boolean, domRect: DOMRect | undefined) => void, ensureTwoPageSpreadWithOddColumnsIsOffsetTempDisable: () => number, ensureTwoPageSpreadWithOddColumnsIsOffsetReEnable: (val: number) => void): void;
