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