import { UniversalViewer } from "./UniversalViewer";
export declare const init: (el: string | HTMLDivElement, data: any) => UniversalViewer;
