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