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