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