/** @typedef {typeof __propDef.props} BookmarkSlashIconProps */ /** @typedef {typeof __propDef.events} BookmarkSlashIconEvents */ /** @typedef {typeof __propDef.slots} BookmarkSlashIconSlots */ export default class BookmarkSlashIcon extends SvelteComponentTyped<{ [x: string]: any; }, { [evt: string]: CustomEvent; }, {}> { } export type BookmarkSlashIconProps = typeof __propDef.props; export type BookmarkSlashIconEvents = typeof __propDef.events; export type BookmarkSlashIconSlots = typeof __propDef.slots; import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: { [x: string]: any; }; events: { [evt: string]: CustomEvent; }; slots: {}; }; export {};