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