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