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