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