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