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