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