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