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