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