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