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