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