import type { MangaViewerInstance, MangaViewerOptions } from "./types"; export declare function createMangaViewer(container: HTMLElement, options: MangaViewerOptions): MangaViewerInstance; export type { HideableControl, HtmlPage, ImagePage, LayoutMode, Manga, MangaPage, MangaViewerInstance, MangaViewerOptions, MascotAreaOptions, MascotOption, PageTurnMode, ReadingDirection, TranslationMap, ViewerEventHandler, ViewerEventMap, ViewerEventName, ViewerSettings, ViewerState, } from "./types"; //# sourceMappingURL=index.d.ts.map