type Options = { width?: number; height?: number; devicePixelRatio?: number; }; export declare function init(dom: any, theme?: string | null, options?: Options): any; export {};