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