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