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