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