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