/** @typedef {typeof __propDef.props} BiBellSlashProps */ /** @typedef {typeof __propDef.events} BiBellSlashEvents */ /** @typedef {typeof __propDef.slots} BiBellSlashSlots */ export default class BiBellSlash extends SvelteComponentTyped<{}, { [evt: string]: CustomEvent; }, {}> { } export type BiBellSlashProps = typeof __propDef.props; export type BiBellSlashEvents = typeof __propDef.events; export type BiBellSlashSlots = typeof __propDef.slots; import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: {}; events: { [evt: string]: CustomEvent; }; slots: {}; }; export {};