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