import type { WidgetState } from './shared-state.svelte.js'; interface Props { ws: WidgetState; hostElement: HTMLElement | null; } declare const ScreenshotCapture: import("svelte").Component; type ScreenshotCapture = ReturnType; export default ScreenshotCapture; //# sourceMappingURL=ScreenshotCapture.svelte.d.ts.map