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