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