import type { Viewport } from "./types"; export declare const createViewport: (container: HTMLElement, initialWidth?: number) => Viewport;