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