interface Props { screenshotBlob: Blob; screenshotWidth: number; screenshotHeight: number; ondone: (annotatedBlob: Blob) => void; onskip: () => void; } declare const AnnotationCanvas: import("svelte").Component; type AnnotationCanvas = ReturnType; export default AnnotationCanvas; //# sourceMappingURL=AnnotationCanvas.svelte.d.ts.map