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