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