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