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