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