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