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