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