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