import { BasicOptions } from './type'; declare const createView: (element: HTMLElement) => Promise>; export { createView };