declare const Snapshot: { name: string; install(lf: any): void; triggerDownload(imgURI: string): void; removeAnchor(element: any): void; downloadSvg(svg: SVGGraphicsElement): void; }; export default Snapshot; export { Snapshot, };