import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const ViewfinderCircle: import("svelte").Component; type ViewfinderCircle = ReturnType; export default ViewfinderCircle; //# sourceMappingURL=viewfinder-circle.svelte.d.ts.map