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