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