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