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