declare const _default: { buildHtml: (container: HTMLElement, inparams: any, maxWidth: number, maxHeight: number) => Promise; init: (jsvId: string) => boolean; ready: (container: HTMLElement) => false | Element; currentIndex: (container: HTMLElement) => false | { startX: any; startY: any; }; destroy: (container: HTMLElement) => void; }; export default _default;