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