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