import { Viewer } from "../Viewer";
export declare function createPreview(viewer: Viewer, type?: string, encoderOptions?: number): string;
