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